diff options
author | Eric Hameleers <alien@slackware.com> | 2020-04-16 20:29:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-16 20:29:30 +0700 |
commit | 561112c4a9540bf461792174cfa8a2a1d47e3103 (patch) | |
tree | b42c43e7cfca35a56b61d689041136be3a92c785 /office/hunspell-de | |
parent | f08841407b6a5bd2253931ca7cba62a1903f0357 (diff) | |
download | slackbuilds-561112c4a9540bf461792174cfa8a2a1d47e3103.tar.gz |
office/hunspell-de: Fix script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/hunspell-de')
-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 c0f2fb9646..50cc3a5bf2 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 |