[packages/swm] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:11:46 CEST 2025
commit 2105df4dd73f72bced6895ba25cb5fda2703d4a9
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:11:30 2025 +0200
Fix applying patches.
swm.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/swm.spec b/swm.spec
index 6a5cd14..7de5f4d 100644
--- a/swm.spec
+++ b/swm.spec
@@ -41,8 +41,8 @@ testowany na Linuksach: Mandrake 8.1, Mandrake 8.0, RedHat 6.0, Debian
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__make} -C src -f Makefile-xpm \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/swm.git/commitdiff/2105df4dd73f72bced6895ba25cb5fda2703d4a9
More information about the pld-cvs-commit
mailing list