diff options
author | rudson <rudson@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-27 00:38:52 +0000 |
---|---|---|
committer | rudson <rudson@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-27 00:38:52 +0000 |
commit | a9c3b105ea8390401696d9402e62c71987301e6f (patch) | |
tree | 9e1536c734c1b8d649f57f800de28b7b491c4ebe | |
parent | 3e96b47565690eed05080eb629a87100560b417b (diff) | |
download | slackbuilds-a9c3b105ea8390401696d9402e62c71987301e6f.tar.gz slackbuilds-a9c3b105ea8390401696d9402e62c71987301e6f.tar.bz2 |
correções do broffice
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@533 370017ae-e619-0410-ac65-c121f96126d4
-rwxr-xr-x | broffice/broffice.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/broffice/broffice.SlackBuild b/broffice/broffice.SlackBuild index 469d09c0..2f62acaa 100755 --- a/broffice/broffice.SlackBuild +++ b/broffice/broffice.SlackBuild @@ -65,10 +65,11 @@ fi # ---------------- Download fontes ---------------------- # Fonte a ser compilada, com o path SOURCE=$SRC_DIR/$SRC +mkdir -p $SRC_DIR/$PACKAGE 2>/dev/null # Verifica existência do pacote em $SRC em $SRC_DIR if [ ! -e $SOURCE ]; then echo -e "\n\n\033[01;32m Download $PACKAGE \n\033[m" - wget "$URL" -P "$SRC_DIR/" + wget "$URL" -P "$SRC_DIR/$PACKAGE" # Verifica se o if [ $? -ne 0 ]; then echo -e "\n\n\033[01;31m No such source file in $URL\n\033[m" |