diff options
author | rudson <rudson@370017ae-e619-0410-ac65-c121f96126d4> | 2008-01-22 17:46:04 +0000 |
---|---|---|
committer | rudson <rudson@370017ae-e619-0410-ac65-c121f96126d4> | 2008-01-22 17:46:04 +0000 |
commit | 8d0b4dedc9b7cc88ccf250dc5ecf58b0742a0410 (patch) | |
tree | c7336cfaa6ee649296890344d8288a3f5c06085b /app/dicts | |
parent | ee9b0418a0461ff49331732932ecf7ce9c005c62 (diff) | |
download | slackbuilds-8d0b4dedc9b7cc88ccf250dc5ecf58b0742a0410.tar.gz slackbuilds-8d0b4dedc9b7cc88ccf250dc5ecf58b0742a0410.tar.bz2 |
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1602 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'app/dicts')
-rw-r--r-- | app/dicts/babytrans/babytrans.SlackBuild | 16 |
1 files changed, 8 insertions, 8 deletions
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: <http://www.babylon.com>) -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: <http://www.babylon.com>) +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) |