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

Frederik Schwan freswa at archlinux.org
Fri Aug 28 12:54:02 UTC 2020


    Date: Friday, August 28, 2020 @ 12:54:01
  Author: freswa
Revision: 690796

fix unquoted variables

Modified:
  podofo/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-28 12:53:50 UTC (rev 690795)
+++ PKGBUILD	2020-08-28 12:54:01 UTC (rev 690796)
@@ -32,5 +32,5 @@
 
 package() {
   cd ${pkgname}-${pkgver}/build
-  make DESTDIR=$pkgdir install
+  make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list