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

Christian Hesse eworm at archlinux.org
Sat Sep 28 21:56:02 UTC 2019


    Date: Saturday, September 28, 2019 @ 21:56:01
  Author: eworm
Revision: 363521

fix unquoted variables

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-28 21:54:36 UTC (rev 363520)
+++ PKGBUILD	2019-09-28 21:56:01 UTC (rev 363521)
@@ -120,7 +120,7 @@
   make -C contrib/mw-to-git "${_make_paths[@]}" DESTDIR="$pkgdir" install
   # the rest of the contrib stuff
   find contrib/ -name '.gitignore' -delete
-  cp -a ./contrib/* $pkgdir/usr/share/git/
+  cp -a ./contrib/* "$pkgdir"/usr/share/git/
 
   # scripts are for python 2.x
   sed -i 's|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|' \



More information about the arch-commits mailing list