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

Andreas Radke andyrtr at archlinux.org
Wed Sep 25 16:32:38 UTC 2019


    Date: Wednesday, September 25, 2019 @ 16:32:38
  Author: andyrtr
Revision: 363378

fix quoting

Modified:
  libxrender/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-25 07:38:20 UTC (rev 363377)
+++ PKGBUILD	2019-09-25 16:32:38 UTC (rev 363378)
@@ -23,6 +23,6 @@
 
 package() {
   cd libXrender-${pkgver}
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }



More information about the arch-commits mailing list