Skip to content

Commit

Permalink
patch: Use -i instead of <
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Jul 21, 2023
1 parent 2dbeeef commit 317e13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alienfile
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 317e13c

Please sign in to comment.