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

Andreas Radke andyrtr at archlinux.org
Mon Sep 23 19:52:59 UTC 2019


    Date: Monday, September 23, 2019 @ 19:52:59
  Author: andyrtr
Revision: 363313

fix quoting

Modified:
  libisofs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-23 19:52:20 UTC (rev 363312)
+++ PKGBUILD	2019-09-23 19:52:59 UTC (rev 363313)
@@ -16,7 +16,7 @@
 validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt <scdbackup at gmx.net>
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd "${pkgname}"-${pkgver}
   ./configure --prefix=/usr \
 	--enable-libacl --enable-xattr --disable-static
   make
@@ -23,7 +23,6 @@
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd "${pkgname}"-${pkgver}
+  make DESTDIR="${pkgdir}" install
 }
-



More information about the arch-commits mailing list