aboutsummaryrefslogtreecommitdiff
path: root/icecast
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-10-15 17:13:39 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-10-15 17:13:39 +0000
commit5f45a9847f4123e6a726100eec8ea573b96e2e62 (patch)
tree75674a122251f83985b619bf7edb8b47e430845f /icecast
parent1c64c774a7394efc354fcdff7928660a49cb32a7 (diff)
downloadslackbuilds-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-xicecast/libshout.SlackBuild7
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"