Date: Sunday, September 29, 2019 @ 15:43:12
  Author: dreisner
Revision: 363533

fix unquoted $pkgdir expansion in install command

Modified:
  leveldb/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-09-29 12:35:42 UTC (rev 363532)
+++ PKGBUILD    2019-09-29 15:43:12 UTC (rev 363533)
@@ -34,7 +34,7 @@
 package() {
   cd "$pkgname-$pkgver"
 
-  make -C build DESTDIR=$pkgdir install
+  make -C build DESTDIR="$pkgdir" install
 
   # documentation
   install -dm755 "$pkgdir"/usr/share/doc/"$pkgname"

Reply via email to