mirror of
https://codeberg.org/gwh/slackbuilds.git
synced 2024-11-16 19:51:19 +01:00
ods5.dawg replaced by eliot-dic-fr.dawg
This commit is contained in:
parent
c85c1f9626
commit
1c1fe90d1b
1 changed files with 3 additions and 2 deletions
|
@ -66,13 +66,14 @@ mkdir -p $PKG
|
|||
cp utils/eliottxt $PKG$PREFIX/bin/
|
||||
|
||||
# dictionaries
|
||||
DICOS="ods5.dawg twl06.dawg sowpods06.dawg"
|
||||
#note: ods5.dawg has been taken down from upstream due to legal requirement
|
||||
DICOS="eliot-dic-fr.dawg twl06.dawg sowpods06.dawg"
|
||||
mkdir -p $PKG$PREFIX/share/$APP_NAME
|
||||
for d in $DICOS ; do
|
||||
[ ! -e $CWD/$d ] && \
|
||||
wget -c http://dl.sv.nongnu.org/releases/eliot/dict/$d -O $CWD/$d
|
||||
cp $CWD/$d $PKG$PREFIX/share/$APP_NAME/
|
||||
done
|
||||
cp $CWD/*.dawg $PKG$PREFIX/share/$APP_NAME/
|
||||
)
|
||||
|
||||
# correction
|
||||
|
|
Loading…
Reference in a new issue