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

Frederik Schwan freswa at archlinux.org
Fri Aug 28 13:12:22 UTC 2020


    Date: Friday, August 28, 2020 @ 13:12:21
  Author: freswa
Revision: 690855

fix unquoted variables

Modified:
  warzone2100/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-28 13:12:01 UTC (rev 690854)
+++ PKGBUILD	2020-08-28 13:12:21 UTC (rev 690855)
@@ -31,5 +31,5 @@
 package() {
   cd build
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list