diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-15 17:13:39 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-15 17:13:39 +0000 |
commit | 5f45a9847f4123e6a726100eec8ea573b96e2e62 (patch) | |
tree | 75674a122251f83985b619bf7edb8b47e430845f /icecast | |
parent | 1c64c774a7394efc354fcdff7928660a49cb32a7 (diff) | |
download | slackbuilds-5f45a9847f4123e6a726100eec8ea573b96e2e62.tar.gz slackbuilds-5f45a9847f4123e6a726100eec8ea573b96e2e62.tar.bz2 |
libshout update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@381 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'icecast')
-rwxr-xr-x | icecast/libshout.SlackBuild | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/icecast/libshout.SlackBuild b/icecast/libshout.SlackBuild index fbe9b6be..77e926de 100755 --- a/icecast/libshout.SlackBuild +++ b/icecast/libshout.SlackBuild @@ -62,13 +62,6 @@ if [ "$RTOOL" == "wget" ] && [ ! -f "$SRC_DIR/$SRC" ]; then wget "$URL.sig" -O "$SRC_DIR/$SRC.sig" fi -if [ ! -d $TMP/tmp-$PRGNAM ]; then - mkdir -p $TMP/tmp-$PRGNAM # location to build the source -fi -if [ ! -d $PKG ]; then - mkdir -p $PKG # place for the package to be built -fi - # --- PACKAGE BUILDING --- TMP="$TMP/$PACKAGE" |