[arch-commits] Commit in cowsay/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Apr 17 11:17:18 UTC 2021


    Date: Saturday, April 17, 2021 @ 11:17:18
  Author: arojas
Revision: 412809

Quoting

Modified:
  cowsay/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-17 11:16:33 UTC (rev 412808)
+++ PKGBUILD	2021-04-17 11:17:18 UTC (rev 412809)
@@ -17,7 +17,7 @@
 
 build() {
 	cd rank-amateur-cowsay-${pkgname}-${pkgver}
-	patch -p1 -i $srcdir/cowsay.patch
+	patch -p1 -i "$srcdir"/cowsay.patch
 	sed -i 's|/man/|/share/man/|' install.sh
 }
 
@@ -25,5 +25,5 @@
 	cd rank-amateur-cowsay-${pkgname}-${pkgver}
 	echo "${pkgdir}/usr" | ./install.sh
 	# This one is not a valid '.cow' file
-	rm ${pkgdir}/usr/share/cows/mech-and-cow
+	rm "${pkgdir}"/usr/share/cows/mech-and-cow
 }



More information about the arch-commits mailing list