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

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Jul 14 00:56:47 UTC 2020


    Date: Tuesday, July 14, 2020 @ 00:56:46
  Author: svenstaro
Revision: 663565

Properly quote variables

Modified:
  ponysay/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-14 00:52:56 UTC (rev 663564)
+++ PKGBUILD	2020-07-14 00:56:46 UTC (rev 663565)
@@ -16,5 +16,5 @@
 package() {
   cd "$srcdir/erkin-ponysay-"*
 
-  python3 setup.py --prefix=/usr --dest-dir=$pkgdir --freedom=partial --everything --with-pdf=/usr/share/doc/ponysay --without-pdf-compression install
+  python3 setup.py --prefix=/usr --dest-dir="$pkgdir" --freedom=partial --everything --with-pdf=/usr/share/doc/ponysay --without-pdf-compression install
 }



More information about the arch-commits mailing list