Date: Friday, September 20, 2019 @ 19:13:12
  Author: seblu
Revision: 363161

https://www.archlinux.org/todo/fix-unquoted-variables-which-break-building-the-package-in-certain-scenarios/

Modified:
  grep/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-09-20 15:36:20 UTC (rev 363160)
+++ PKGBUILD    2019-09-20 19:13:12 UTC (rev 363161)
@@ -43,5 +43,5 @@
 
 package() {
   cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+  make DESTDIR="$pkgdir" install
 }

Reply via email to