summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakub Klinkovský2023-11-14 22:17:38 +0100
committerJakub Klinkovský2023-11-14 22:17:38 +0100
commit8dcb206323acaba7e8798f1b9ff1a65be37620c2 (patch)
tree21428d6c4c94d305ebb022286db3de8013c4baf6 /PKGBUILD
parentf67ff35185daff9bb76a19b6a10f7ce43078e274 (diff)
downloadaur-mythes-cs.tar.gz
cleanup
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f3f3e8e597b5..d3faa9de95bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Jakub Klinkovský <j.l.k@gmx.com>
+# Maintainer: Jakub Klinkovský <lahwaacz@archlinux.org>
pkgname=mythes-cs
pkgver=20150310
@@ -12,7 +12,6 @@ source=("http://pkgs.fedoraproject.org/repo/pkgs/mythes-cs/thes_cs_CZ_v2.zip/7f9
md5sums=("7f9c85b104db4cc6a719b3aab8c69a10")
package() {
- cd "$srcdir"
install -dm755 "$pkgdir/usr/share/mythes"
install -m644 th_cs_CZ_v2.* "$pkgdir/usr/share/mythes"
@@ -20,7 +19,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