[packages/ruby-activerecord2] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:46:56 CEST 2025
commit b98ed4ae5b4b36a04aec37f606f4e655f7055ce7
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:46:40 2025 +0200
Fix applying patches.
ruby-activerecord2.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ruby-activerecord2.spec b/ruby-activerecord2.spec
index 80ed634..576499a 100644
--- a/ruby-activerecord2.spec
+++ b/ruby-activerecord2.spec
@@ -59,7 +59,7 @@ Dokumentacji w formacie ri dla %{pkgname}.
%setup -q -c
%{__tar} xf %{SOURCE0} -O data.tar.gz | %{__tar} xz
find -newer README -o -print | xargs touch --reference %{SOURCE0}
-%patch0 -p1
+%patch -P0 -p1
# cleanup backups after patching
find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ruby-activerecord2.git/commitdiff/b98ed4ae5b4b36a04aec37f606f4e655f7055ce7
More information about the pld-cvs-commit
mailing list