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

Guillaume Alaux guillaume at nymeria.archlinux.org
Sun Mar 23 13:51:54 UTC 2014


    Date: Sunday, March 23, 2014 @ 14:51:54
  Author: guillaume
Revision: 108128

Added double-quotes around dir variables

Modified:
  keybinder2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-23 13:50:44 UTC (rev 108127)
+++ PKGBUILD	2014-03-23 13:51:54 UTC (rev 108128)
@@ -26,7 +26,7 @@
 
   cd "${srcdir}/${_offname}-master"
   make DESTDIR="${pkgdir}/" install
-  rm -rf ${pkgdir}/usr/lib/python2.7
+  rm -rf "${pkgdir}/usr/lib/python2.7"
 }
 
 package_python2-keybinder2() {
@@ -36,6 +36,6 @@
 
   cd "${srcdir}/${_offname}-master"
   make DESTDIR="${pkgdir}/" install
-  rm -rf ${pkgdir}/usr/lib/{girepository-1.0,libkeybinder*,pkgconfig}
-  rm -rf ${pkgdir}/usr/{include,share}
+  rm -rf "${pkgdir}"/usr/lib/{girepository-1.0,libkeybinder*,pkgconfig}
+  rm -rf "${pkgdir}"/usr/{include,share}
 }




More information about the arch-commits mailing list