[arch-commits] Commit in compface/trunk (PKGBUILD)
    Andreas Radke 
    andyrtr at archlinux.org
       
    Mon Sep 23 18:50:38 UTC 2019
    
    
  
    Date: Monday, September 23, 2019 @ 18:50:37
  Author: andyrtr
Revision: 363285
fix quoting
Modified:
  compface/trunk/PKGBUILD
----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-23 18:49:14 UTC (rev 363284)
+++ PKGBUILD	2019-09-23 18:50:37 UTC (rev 363285)
@@ -34,5 +34,5 @@
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" STRIP=/bin/true install
 
-  install -D -m644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
    
    
More information about the arch-commits
mailing list