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

Antonio Rojas arojas at archlinux.org
Sat Apr 17 11:21:59 UTC 2021


    Date: Saturday, April 17, 2021 @ 11:21:59
  Author: arojas
Revision: 412814

Quoting

Modified:
  hspell/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-17 11:21:17 UTC (rev 412813)
+++ PKGBUILD	2021-04-17 11:21:59 UTC (rev 412814)
@@ -31,7 +31,7 @@
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
 
-  rm -f ${pkgdir}/usr/lib/libhspell.a
+  rm -f "${pkgdir}"/usr/lib/libhspell.a
 }
 
 package_hunspell-he() {
@@ -46,8 +46,8 @@
 
   # the symlinks
   install -dm755 "$pkgdir"/usr/share/myspell/dicts
-  pushd $pkgdir/usr/share/myspell/dicts
-    for file in $pkgdir/usr/share/hunspell/*; do
+  pushd "$pkgdir"/usr/share/myspell/dicts
+    for file in "$pkgdir"/usr/share/hunspell/*; do
       ln -sv /usr/share/hunspell/$(basename $file) .
     done
   popd



More information about the arch-commits mailing list