[packages/scotty] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:54:09 CEST 2025
commit fb5bbf13db346df17f90b79e408cca6601588baf
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:53:53 2025 +0200
Fix applying patches.
scotty.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/scotty.spec b/scotty.spec
index 01a399c..9026e17 100644
--- a/scotty.spec
+++ b/scotty.spec
@@ -81,12 +81,12 @@ aplikacji dla Tkined jest pisana przy użyciu rozszerzenia Tnm dla Tcl.
%prep
%setup -q -n %{name}-%{snap}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p0
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p0
%build
cd unix
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/scotty.git/commitdiff/fb5bbf13db346df17f90b79e408cca6601588baf
More information about the pld-cvs-commit
mailing list