build and install eliottxt too

This commit is contained in:
Gwenhael Le Moine 2010-04-14 16:49:26 +07:00
parent 0faa9ccf33
commit 6b0796ae1f

View file

@ -6,7 +6,7 @@ CWD=$(pwd)
APP_NAME=$(basename $CWD)
VERSION=1.11b
ARCH=$(uname -m)
BUILD=2
BUILD=3
PACKAGER=cyco
TMP=/tmp/$PACKAGER
@ -57,10 +57,14 @@ mkdir -p $PKG
# compilation
make -j3 PREFIX=$PREFIX
(cd utils
make eliottxt
)
# installation
make install DESTDIR=$PKG
cp utils/eliottxt $PKG$PREFIX/bin/
# dictionaries
DICOS="ods5.dawg twl06.dawg sowpods06.dawg"
mkdir -p $PKG$PREFIX/share/$APP_NAME