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

Andreas Radke andyrtr at archlinux.org
Mon Sep 23 19:30:32 UTC 2019


    Date: Monday, September 23, 2019 @ 19:30:32
  Author: andyrtr
Revision: 363299

fix quoting

Modified:
  hunspell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-23 19:29:59 UTC (rev 363298)
+++ PKGBUILD	2019-09-23 19:30:32 UTC (rev 363299)
@@ -35,7 +35,7 @@
   make DESTDIR="$pkgdir" install
   
   # add generic hunspell.so for development and projects not using pkgconfig flags - FS#30592
-  pushd $pkgdir/usr/lib
+  pushd "$pkgdir"/usr/lib
   ln -s libhunspell-?.?.so libhunspell.so
   popd
 }



More information about the arch-commits mailing list