Skip to content

Commit 9a10f2a

Browse files
committed
Use -d and -p to work around patch.exe issue
Connects with <StrawberryPerl/build-extlibs#51>.
1 parent 876e96a commit 9a10f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alienfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ share {
2020
plugin 'Build::Autoconf';
2121

2222
my $patch = [
23-
'%{patch} -p1 < %{.install.patch}/gh-pr-273.patch'
23+
'%{patch} -p4 -d libhdt/src/util < %{.install.patch}/gh-pr-273.patch'
2424
];
2525

2626
patch $patch;

0 commit comments

Comments
 (0)