From 317e13c5ec61fa0037ffc0f7499876d0642d0230 Mon Sep 17 00:00:00 2001 From: Zakariyya Mughal Date: Thu, 20 Jul 2023 21:09:39 -0400 Subject: [PATCH] patch: Use -i instead of < --- alienfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alienfile b/alienfile index b3bb773..0eb2b9e 100644 --- a/alienfile +++ b/alienfile @@ -53,7 +53,7 @@ EOF plugin Extract => 'tar.gz'; # Patches on top of libzmq 4.3.4. - my @patch_commands = map '%{patch} -p1 < %{.install.patch}/' . $_, ( + my @patch_commands = map '%{patch} -p1 -i %{.install.patch}/' . $_, ( '4213.patch', '4480.patch', '4494.patch',