diff options
Diffstat (limited to 'office')
-rw-r--r-- | office/hunspell-de/hunspell-de.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/hunspell-de/hunspell-de.SlackBuild b/office/hunspell-de/hunspell-de.SlackBuild index c0f2fb96463f..50cc3a5bf24a 100644 --- a/office/hunspell-de/hunspell-de.SlackBuild +++ b/office/hunspell-de/hunspell-de.SlackBuild @@ -58,7 +58,7 @@ cd hunspell for file in $PKGDIR/usr/share/hunspell/*; do ln -sv ../../hunspell/$(basename $file) . done - cd .. + cd - cd .. mkdir $PKG/install |