[packages/tac_plus] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:13:46 CEST 2025
commit f5fb612e7761198e5b0884759227b6ada433a84c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:13:30 2025 +0200
Fix applying patches.
tac_plus.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/tac_plus.spec b/tac_plus.spec
index 1092c91..dccefba 100644
--- a/tac_plus.spec
+++ b/tac_plus.spec
@@ -53,10 +53,10 @@ Authentication, Authorization and Accounting).
%prep
%setup -q -n %{name}.%{version}.%{subver}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
rm -f configure
install -p {%{SOURCE4},%{SOURCE5},%{SOURCE7}} .
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/tac_plus.git/commitdiff/f5fb612e7761198e5b0884759227b6ada433a84c
More information about the pld-cvs-commit
mailing list