[arch-commits] Commit in python-cherrypy/trunk (PKGBUILD)
Thore Bödecker
foxxx0 at archlinux.org
Fri Apr 24 08:09:47 UTC 2020
Date: Friday, April 24, 2020 @ 08:09:46
Author: foxxx0
Revision: 619021
replace "msg2" makepkg subroutine call with "echo"
Modified:
python-cherrypy/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-24 08:09:42 UTC (rev 619020)
+++ PKGBUILD 2020-04-24 08:09:46 UTC (rev 619021)
@@ -37,7 +37,7 @@
local filename
for filename in "${source[@]}"; do
if [[ "$filename" =~ \.patch$ ]]; then
- msg2 "Applying patch ${filename##*/}"
+ echo "Applying patch ${filename##*/}"
patch -p1 -N -i "$srcdir/${filename##*/}"
fi
done
More information about the arch-commits
mailing list