[packages/taper] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 03:13:57 CEST 2025


commit 083558905d6bed1837606ce940f8cd38ae0fb9c0
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 03:13:42 2025 +0200

    Fix applying patches.

 taper.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/taper.spec b/taper.spec
index 7858e8f..283005c 100644
--- a/taper.spec
+++ b/taper.spec
@@ -66,9 +66,9 @@ SCSI, ftape, zftape ve takılır/çıkarılır sürücüler desteklenmektedir.
 
 %prep
 %setup -q -n %{name}-%{version}pre-1
-%patch0 -p1
+%patch -P0 -p1
 %ifarch sparc
-%patch1 -p1
+%patch -P1 -p1
 %endif
 
 find . -name CVS -type d | xargs rm -rf
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/taper.git/commitdiff/083558905d6bed1837606ce940f8cd38ae0fb9c0



More information about the pld-cvs-commit mailing list