[packages/pgaccess] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:07:08 CEST 2025
commit ffa2651ee5a7b95831397fa6f8b9ff0ea5c76ba4
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:06:52 2025 +0200
Fix applying patches.
pgaccess.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pgaccess.spec b/pgaccess.spec
index d6dd904..aefc2b5 100644
--- a/pgaccess.spec
+++ b/pgaccess.spec
@@ -28,8 +28,8 @@ Graficzne narzędzie do obsługi baz danych PostgreSQL.
%prep
%setup -q -n %{name}-%{fver}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%install
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pgaccess.git/commitdiff/ffa2651ee5a7b95831397fa6f8b9ff0ea5c76ba4
More information about the pld-cvs-commit
mailing list