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

Antonio Rojas arojas at archlinux.org
Mon Oct 7 17:40:11 UTC 2019


    Date: Monday, October 7, 2019 @ 17:40:10
  Author: arojas
Revision: 513951

Fix quoting

Modified:
  remake/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-07 17:39:31 UTC (rev 513950)
+++ PKGBUILD	2019-10-07 17:40:10 UTC (rev 513951)
@@ -29,6 +29,6 @@
 
 package() {
   cd "${pkgname}-4.2.1+${_remakever}"
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
   rm "$pkgdir"/usr/share/info/make.info{,-1,-2}
 }



More information about the arch-commits mailing list