Skip to content

Commit

Permalink
Use -d and -p to only work on src/
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Jul 20, 2023
1 parent 877c10f commit 046abc2
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 @@ -54,7 +54,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} -d src -p2 -i %{.install.patch}/' . $_, (
'4213.patch',
'4480.patch',
'4494.patch',
Expand Down

0 comments on commit 046abc2

Please sign in to comment.