[packages/Smarty] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:01:32 CEST 2025
commit 897122dc6f091eee031a3b870ad263f4fc249e22
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:01:17 2025 +0200
Fix applying patches.
Smarty.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Smarty.spec b/Smarty.spec
index 7627a6b..16429db 100644
--- a/Smarty.spec
+++ b/Smarty.spec
@@ -57,9 +57,9 @@ Dokumentacja do systemu szablonów Smarty.
%prep
%setup -qn smarty-%{main_version} -a1
-%patch0 -p1
+%patch -P0 -p1
cp -a libs/plugins/modifier.{,mb_}truncate.php
-%patch1 -p1
+%patch -P1 -p1
%install
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/Smarty.git/commitdiff/897122dc6f091eee031a3b870ad263f4fc249e22
More information about the pld-cvs-commit
mailing list