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

Laurent Carlier lcarlier at archlinux.org
Sun Oct 6 09:36:38 UTC 2019


    Date: Sunday, October 6, 2019 @ 09:36:37
  Author: lcarlier
Revision: 513123

fix quoting

Modified:
  audex/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-06 09:35:02 UTC (rev 513122)
+++ PKGBUILD	2019-10-06 09:36:37 UTC (rev 513123)
@@ -21,12 +21,12 @@
 md5sums=('SKIP')
 
 pkgver() {
-  cd $pkgname
+  cd audex
   git describe --tags | sed -e 's/-/+/g' -e 's/v//'
 }
 
 build() {
-  cd ${pkgname}
+  cd audex
 
   mkdir build
   cd build
@@ -38,7 +38,7 @@
 }
 
 package() {
-  cd ${pkgname}/build
+  cd audex/build
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list