[packages/setup.rb] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:56:49 CEST 2025
commit d95f5a7a663e52085e527ab8aeeec18139599aac
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:56:33 2025 +0200
Fix applying patches.
setup.rb.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/setup.rb.spec b/setup.rb.spec
index a458aa1..5f22ef9 100644
--- a/setup.rb.spec
+++ b/setup.rb.spec
@@ -22,7 +22,7 @@ setup.rb to ogólny instalator dla skryptów języka Ruby.
%prep
%setup -q -n setup-%{version}
-%patch0 -p1
+%patch -P0 -p1
%install
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/setup.rb.git/commitdiff/d95f5a7a663e52085e527ab8aeeec18139599aac
More information about the pld-cvs-commit
mailing list