[packages/AfterStep] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:30:50 CEST 2025
commit 737c3a08ead2884fc57af3a327abb5afc4439ef7
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:30:34 2025 +0200
Fix applying patches.
AfterStep.spec | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/AfterStep.spec b/AfterStep.spec
index d1416d8..e4497e8 100644
--- a/AfterStep.spec
+++ b/AfterStep.spec
@@ -228,13 +228,13 @@ Statyczna biblioteka AfterImage.
%prep
%setup -q -n afterstep-devel-%{afterstep_ver}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
#cp -f autoconf/configure*.in .
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/AfterStep.git/commitdiff/737c3a08ead2884fc57af3a327abb5afc4439ef7
More information about the pld-cvs-commit
mailing list