[packages/gnotify] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:48:53 CEST 2025
commit 86d494254cd5c51ec77c0278ba2da2f3eb1949c0
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:54:07 2025 +0200
Fix applying patches.
gnotify.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnotify.spec b/gnotify.spec
index 2f262d0..e720984 100644
--- a/gnotify.spec
+++ b/gnotify.spec
@@ -34,8 +34,8 @@ oraz zarządców okien.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
rm -f {COPYING,INSTALL,mkinstalldirs}
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gnotify.git/commitdiff/86d494254cd5c51ec77c0278ba2da2f3eb1949c0
More information about the pld-cvs-commit
mailing list