[packages/shush] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:58:02 CEST 2025
commit 06bc59e88c0ab510120ca4437a5a83f9df51f07d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:57:47 2025 +0200
Fix applying patches.
shush.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/shush.spec b/shush.spec
index 286dd8f..f826c04 100644
--- a/shush.spec
+++ b/shush.spec
@@ -28,8 +28,8 @@ poprzez email. Jest to potężny wrapper dla zadań cronowych.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
export SENDMAIL=/usr/lib/sendmail
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/shush.git/commitdiff/06bc59e88c0ab510120ca4437a5a83f9df51f07d
More information about the pld-cvs-commit
mailing list