From 8d0b4dedc9b7cc88ccf250dc5ecf58b0742a0410 Mon Sep 17 00:00:00 2001 From: rudson Date: Tue, 22 Jan 2008 17:46:04 +0000 Subject: git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1602 370017ae-e619-0410-ac65-c121f96126d4 --- app/dicts/babytrans/babytrans.SlackBuild | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'app/dicts/babytrans') diff --git a/app/dicts/babytrans/babytrans.SlackBuild b/app/dicts/babytrans/babytrans.SlackBuild index c3acd68a..306c88e3 100644 --- a/app/dicts/babytrans/babytrans.SlackBuild +++ b/app/dicts/babytrans/babytrans.SlackBuild @@ -87,7 +87,7 @@ fi # Get dictionaries DIC_LIST="EngtoDut.dic.gz EngtoEng.dic.gz EngtoFre.dic.gz EngtoGer.dic.gz EngtoHeb.dic.gz EngtoIta.dic.gz EngtoJpn.dic.gz - EngtoPor.dic.gz EngtoSpa.dic.gz english.dic.gz english2.dic.gz" + EngtoPor.dic.gz EngtoSpa.dic.gz english.dic.gz english2.dic.gz" for i in $DIC_LIST; do [ ! -e $SRC_DIR/$i ] && wget $DIC_URL/$i -P $SRC_DIR/ @@ -98,7 +98,7 @@ done # Untar cd "$PKG_WORK" tar --no-same-owner --no-same-permissions -xvf "$SRC_DIR/$SRC" || exit $ERROR_TAR -PKG_SRC=`ls -l | awk '/^d/ { print $8 }'` +PKG_SRC="$PWD/`ls -l | awk '/^d/ { print $8 }'`" cd "$PKG_SRC" # Configure @@ -169,12 +169,12 @@ cat << EODESC > "$PKG/install/slack-desc" |-----handy-ruler----------------------------------------------------| babytrans: babytrans by Slack.Sarava babytrans: -babytrans: BabyTrans is a graphical interface for the Babylon Translator dictionaries (available -babytrans: under Windows). (More information: ) -babytrans: -babytrans: Copy the dictionary files from Babylon Translator either in the /usr/share/babytrans -babytrans: directory or in another directory that you indicate in the configuration. -babytrans: +babytrans: BabyTrans is a graphical interface for the Babylon Translator +babytrans: dictionaries (available under Windows). (More information: +babytrans: ) +babytrans: Copy the dictionary files from Babylon Translator either in the +babytrans: /usr/share/babytrans directory or in another directory that you +babytrans: indicate in the configuration. babytrans: The files to copy are: babytrans: - english.dic (common for all languages) babytrans: - Engto***.dic (with *** depending on the language) -- cgit v1.2.3