[packages/pptpd] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:21:33 CEST 2025
commit 363611f4ace3b20345bca44204f504825ab29ceb
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:21:17 2025 +0200
Fix applying patches.
pptpd.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pptpd.spec b/pptpd.spec
index 6fb6a63..05abe12 100644
--- a/pptpd.spec
+++ b/pptpd.spec
@@ -47,9 +47,9 @@ a klientem podobnie do innych protokołów klient-serwer.
%prep
%setup -q
-%patch0 -p1
+%patch -P0 -p1
%if "%{_lib}" == "lib64"
-%patch1 -p1
+%patch -P1 -p1
%endif
sed -i -e "s#/lib#/%{_lib}#g#" plugins/Makefile
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pptpd.git/commitdiff/363611f4ace3b20345bca44204f504825ab29ceb
More information about the pld-cvs-commit
mailing list