[packages/ruby-sass] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:49:23 CEST 2025
commit 61a90072e8ac067f08fc8fa8dce16fa606e35c3d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:49:07 2025 +0200
Fix applying patches.
ruby-sass.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ruby-sass.spec b/ruby-sass.spec
index f5671ba..ac99752 100644
--- a/ruby-sass.spec
+++ b/ruby-sass.spec
@@ -59,7 +59,7 @@ Dokumentacji w formacie ri dla modułu %{pkgname} języka Ruby.
%prep
%setup -q -n %{pkgname}-%{version}
-%patch0 -p1
+%patch -P0 -p1
%build
s=$(ruby -e "puts File.read('VERSION').strip.split('.').map {|n| n =~ /^[0-9]+$/ ? n.to_i : n}.inspect")
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ruby-sass.git/commitdiff/61a90072e8ac067f08fc8fa8dce16fa606e35c3d
More information about the pld-cvs-commit
mailing list