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

Antonio Rojas arojas at archlinux.org
Sat Apr 17 11:23:35 UTC 2021


    Date: Saturday, April 17, 2021 @ 11:23:35
  Author: arojas
Revision: 412815

Quoting

Modified:
  hyphen-nl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-17 11:21:59 UTC (rev 412814)
+++ PKGBUILD	2021-04-17 11:23:35 UTC (rev 412815)
@@ -12,7 +12,6 @@
 md5sums=('6f0b18ce830445ae8337df8913155196')
 
 package() {
-  cd "${srcdir}"
   install -dm755 "${pkgdir}/usr/share/hyphen"
   install -m644 hyph_nl_NL.dic "${pkgdir}/usr/share/hyphen/hyph_nl_NL.dic"
 
@@ -27,7 +26,7 @@
   # the symlinks
   install -dm755 "${pkgdir}/usr/share/myspell/dicts"
   pushd "${pkgdir}/usr/share/myspell/dicts"
-    for file in ${pkgdir}/usr/share/hyphen/*; do
+    for file in "${pkgdir}"/usr/share/hyphen/*; do
       ln -sv /usr/share/hyphen/$(basename ${file}) .
     done
   popd



More information about the arch-commits mailing list