[packages/AfterStep-APPS] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:30:55 CEST 2025
commit 0f7a54ddeba4cd0f631ba0de35e4dd6b80a920af
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:30:40 2025 +0200
Fix applying patches.
AfterStep-APPS.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/AfterStep-APPS.spec b/AfterStep-APPS.spec
index dedec14..30403a4 100644
--- a/AfterStep-APPS.spec
+++ b/AfterStep-APPS.spec
@@ -45,13 +45,13 @@ for archive in *.tar.gz ; do
tar xzf $archive
rm -f $archive
done
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
#patch4
#patch5
-%patch6 -p1
+%patch -P6 -p1
%build
mv ascd-0.12.1/ascd/themes/clean.tar ascd-0.12.1/ascd/themes/cleandir.tar
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/AfterStep-APPS.git/commitdiff/0f7a54ddeba4cd0f631ba0de35e4dd6b80a920af
More information about the pld-cvs-commit
mailing list