summaryrefslogtreecommitdiffstats
path: root/office/hunspell-de/hunspell-de.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'office/hunspell-de/hunspell-de.SlackBuild')
-rw-r--r--office/hunspell-de/hunspell-de.SlackBuild19
1 files changed, 10 insertions, 9 deletions
diff --git a/office/hunspell-de/hunspell-de.SlackBuild b/office/hunspell-de/hunspell-de.SlackBuild
index 26029dfd02..c0f2fb9646 100644
--- a/office/hunspell-de/hunspell-de.SlackBuild
+++ b/office/hunspell-de/hunspell-de.SlackBuild
@@ -50,15 +50,16 @@ find -L . \
make hunspell/de_DE.aff hunspell/de_DE.dic hunspell/de_AT.aff hunspell/de_AT.dic hunspell/de_CH.aff hunspell/de_CH.dic
-pushd hunspell
-install -dm755 $PKG/usr/share/hunspell
-install -m644 de_*.dic de_*.aff $PKG/usr/share/hunspell
-install -dm755 $PKG/usr/share/myspell/dicts
-cd $PKG/usr/share/myspell/dicts
-for file in $PKGDIR/usr/share/hunspell/*; do
- ln -sv ../../hunspell/$(basename $file) .
-done
-popd
+cd hunspell
+ install -dm755 $PKG/usr/share/hunspell
+ install -m644 de_*.dic de_*.aff $PKG/usr/share/hunspell
+ install -dm755 $PKG/usr/share/myspell/dicts
+ cd $PKG/usr/share/myspell/dicts
+ for file in $PKGDIR/usr/share/hunspell/*; do
+ ln -sv ../../hunspell/$(basename $file) .
+ done
+ cd ..
+cd ..
mkdir $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc