[packages/scalar] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:52:12 CEST 2025
commit 64f1c062134c4c6e842e7c1b24364ce104236941
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:51:56 2025 +0200
Fix applying patches.
scalar.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/scalar.spec b/scalar.spec
index 3766f37..cb0be64 100644
--- a/scalar.spec
+++ b/scalar.spec
@@ -33,8 +33,8 @@ przywrócenie oryginalnego wyglądu obrazka.
%prep
%setup -q -n %{name}-%{version}-src
-%patch0 -p1
-%patch1 -p0
+%patch -P0 -p1
+%patch -P1 -p0
sed -i 's at data@%{_datadir}/%{name}/data@' %{name}.cpp
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/scalar.git/commitdiff/64f1c062134c4c6e842e7c1b24364ce104236941
More information about the pld-cvs-commit
mailing list