[packages/umsdos_progs] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:25:37 CEST 2025
commit d97c8a503ebf3be72b378a7c0dac8fd0d0808cf5
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:25:21 2025 +0200
Fix applying patches.
umsdos_progs.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/umsdos_progs.spec b/umsdos_progs.spec
index 7dbb946..e8bf3ab 100644
--- a/umsdos_progs.spec
+++ b/umsdos_progs.spec
@@ -50,8 +50,8 @@ podczas nie używania Linuksa.
%prep
%setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
sed -e '/^#define BE_UVFAT/d' include/ums_config.h > h.tmp
mv -f h.tmp include/ums_config.h
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/umsdos_progs.git/commitdiff/d97c8a503ebf3be72b378a7c0dac8fd0d0808cf5
More information about the pld-cvs-commit
mailing list