[packages/pspp] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:23:36 CEST 2025
commit 7e153e58d20673691638da38a95f4b8e4ef1a8e9
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:23:20 2025 +0200
Fix applying patches.
pspp.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pspp.spec b/pspp.spec
index 51a7d36..1a1b852 100644
--- a/pspp.spec
+++ b/pspp.spec
@@ -107,8 +107,8 @@ Rozszerzenia Glade do rozwijania PSPP.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pspp.git/commitdiff/7e153e58d20673691638da38a95f4b8e4ef1a8e9
More information about the pld-cvs-commit
mailing list