[packages/linup] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:07:07 CEST 2025
commit 2e4c4527fc623c2121975eeb87d9332f84f14fde
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:06:52 2025 +0200
Fix applying patches.
linup.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/linup.spec b/linup.spec
index e6bf376..5d13452 100644
--- a/linup.spec
+++ b/linup.spec
@@ -42,12 +42,12 @@ wersję 5.0 protokołu.
%prep
%setup -q -n %{name}
-%patch0 -p1
+%patch -P0 -p1
rm -rf ../%{name}-polska
mkdir ../%{name}-polska
cp -r ../%{name}/* ../%{name}-polska
cd ../%{name}-polska
-%patch1 -p1
+%patch -P1 -p1
cd ../%{name}
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/linup.git/commitdiff/2e4c4527fc623c2121975eeb87d9332f84f14fde
More information about the pld-cvs-commit
mailing list