[packages/freevo] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:36:10 CEST 2025
commit ceee76dbf8cf74c37fd18a6cb7d4309aab6fbdc2
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:35:55 2025 +0200
Fix applying patches.
freevo.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/freevo.spec b/freevo.spec
index 00947b7..a18653c 100644
--- a/freevo.spec
+++ b/freevo.spec
@@ -84,8 +84,8 @@ systemu Freevo.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p0
+%patch -P0 -p1
+%patch -P1 -p0
find . -name CVS | xargs rm -rf
find . -name ".cvsignore" | xargs rm -f
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/freevo.git/commitdiff/ceee76dbf8cf74c37fd18a6cb7d4309aab6fbdc2
More information about the pld-cvs-commit
mailing list