[packages/prm] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:22:21 CEST 2025
commit e90c753032728758f2d0648fa0f9dd1076a14f99
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:22:05 2025 +0200
Fix applying patches.
prm.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/prm.spec b/prm.spec
index d3cfd96..d7901c4 100644
--- a/prm.spec
+++ b/prm.spec
@@ -30,8 +30,8 @@ object storage systems.
%prep
%setup -q
%{__sed} -i -e '1 s,#!.*ruby,#!%{__ruby},' bin/*
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
# remove +x to avoid generating bogus deps
find lib -type f | xargs chmod a-x
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/prm.git/commitdiff/e90c753032728758f2d0648fa0f9dd1076a14f99
More information about the pld-cvs-commit
mailing list