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

Bruno Pagani archange at archlinux.org
Fri Sep 20 17:47:31 UTC 2019


    Date: Friday, September 20, 2019 @ 17:47:31
  Author: archange
Revision: 511241

Fix quoting

Modified:
  acpica/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-20 17:34:42 UTC (rev 511240)
+++ PKGBUILD	2019-09-20 17:47:31 UTC (rev 511241)
@@ -26,5 +26,5 @@
 
 package() {
   cd acpica-unix-${pkgver}
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list