[packages/SourceForge] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:03:53 CEST 2025
commit b2ba9c3d402ae9f1857441559b62dac3eca5b8d8
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:03:37 2025 +0200
Fix applying patches.
SourceForge.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/SourceForge.spec b/SourceForge.spec
index 5b25ff7..36775b4 100644
--- a/SourceForge.spec
+++ b/SourceForge.spec
@@ -33,8 +33,8 @@ opartej na WWW.
%prep
%setup -q -n SF%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
find . -type d -name CVS | xargs rm -rf
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/SourceForge.git/commitdiff/b2ba9c3d402ae9f1857441559b62dac3eca5b8d8
More information about the pld-cvs-commit
mailing list