[packages/bats] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:46:13 CEST 2025
commit aae8f52e3025173950f43fffb43178bcdbd3e40c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:45:57 2025 +0200
Fix applying patches.
bats.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/bats.spec b/bats.spec
index 9a323fd..ddeb7b4 100644
--- a/bats.spec
+++ b/bats.spec
@@ -25,7 +25,7 @@ use it to test any UNIX program.
%prep
%setup -q
-%patch0 -p1
+%patch -P0 -p1
%{__sed} -i -e '1 s,#!.*bash,#!/bin/bash,' libexec/*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/bats.git/commitdiff/aae8f52e3025173950f43fffb43178bcdbd3e40c
More information about the pld-cvs-commit
mailing list