diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2020-01-31 21:56:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-31 21:56:02 +0700 |
commit | 23b9318b53192ec4203efe7179bbb1c51c13a7d5 (patch) | |
tree | 8422ff39c7d1b2b01faf2757aeda9ca34f3cdca5 /office/hunspell-de | |
parent | ac394d93a95ce554d1b04cfb985b01bfa3ace155 (diff) | |
download | slackbuilds-23b9318b53192ec4203efe7179bbb1c51c13a7d5.tar.gz |
office/hunspell-de: Fix email.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/hunspell-de')
-rw-r--r-- | office/hunspell-de/hunspell-de.SlackBuild | 19 | ||||
-rw-r--r-- | office/hunspell-de/hunspell-de.info | 2 |
2 files changed, 11 insertions, 10 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 diff --git a/office/hunspell-de/hunspell-de.info b/office/hunspell-de/hunspell-de.info index 5786d6f64a..80e008706b 100644 --- a/office/hunspell-de/hunspell-de.info +++ b/office/hunspell-de/hunspell-de.info @@ -7,4 +7,4 @@ DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" MAINTAINER="Johannes Schoepfer" -EMAIL="slackbuilds[at]schoepfer[dot]info" +EMAIL="slackbuilds@schoepfer.info" |