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

Guillaume Alaux guillaume at nymeria.archlinux.org
Wed Jul 9 13:27:27 UTC 2014


    Date: Wednesday, July 9, 2014 @ 15:27:27
  Author: guillaume
Revision: 216743

Add double quotes around 'dir' variables

Modified:
  tomcat-native/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-09 13:17:31 UTC (rev 216742)
+++ PKGBUILD	2014-07-09 13:27:27 UTC (rev 216743)
@@ -28,5 +28,5 @@
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}-src/jni/native"
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list