From 6b0796ae1fab672100c947228fa7f3ccfe8f3891 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Wed, 14 Apr 2010 16:49:26 +0700 Subject: [PATCH] build and install eliottxt too --- y/eliot/eliot.SlackBuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/y/eliot/eliot.SlackBuild b/y/eliot/eliot.SlackBuild index ee9d93a9..3d493aea 100755 --- a/y/eliot/eliot.SlackBuild +++ b/y/eliot/eliot.SlackBuild @@ -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