Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
mythes-hu


Commits:
8e5926a7 by Balló György at 2024-07-21T10:52:09+02:00
Formatting

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -25,7 +25,7 @@ pkgver() {
 
 build() {
   cd libreoffice-dictionaries/hu_HU/
-  cat th_hu_HU_v2.dat | th_gen_idx.pl > th_hu_HU_v2.idx
+  th_gen_idx.pl < th_hu_HU_v2.dat > th_hu_HU_v2.idx
 }
 
 package() {
@@ -37,7 +37,7 @@ package() {
   install -dm755 "$pkgdir/usr/share/myspell/dicts"
   pushd "$pkgdir/usr/share/myspell/dicts"
     for file in "$pkgdir"/usr/share/mythes/*; do
-      ln -sv /usr/share/mythes/$(basename $file) .
+      ln -sv "/usr/share/mythes/$(basename "$file")" .
     done
   popd
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mythes-hu/-/commit/8e5926a7d07fe343ec710722b0a358131334689a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mythes-hu/-/commit/8e5926a7d07fe343ec710722b0a358131334689a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to