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

Antonio Rojas arojas at archlinux.org
Mon Oct 7 19:58:34 UTC 2019


    Date: Monday, October 7, 2019 @ 19:58:33
  Author: arojas
Revision: 364056

Fix quoting

Modified:
  lablgtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-07 19:31:07 UTC (rev 364055)
+++ PKGBUILD	2019-10-07 19:58:33 UTC (rev 364056)
@@ -29,6 +29,6 @@
 
 package() {
   cd "${srcdir}/lablgtk-${pkgver}"
-  make DESTDIR=${pkgdir} old-install
+  make DESTDIR="${pkgdir}" old-install
   install -m644 META "${pkgdir}/usr/lib/ocaml/lablgtk2/"
 }



More information about the arch-commits mailing list