aboutsummaryrefslogtreecommitdiff
path: root/icecast/icecast.SlackBuild
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-08-29 18:43:30 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-08-29 18:43:30 +0000
commit1787d26f54ad1e1d2c8d5144699d3a56ba4aa8fb (patch)
tree8dbfa9e83fd706285d31c69a84776d90aec82f21 /icecast/icecast.SlackBuild
parent47e96246c647c5bd48f1becf42b3562c496e4653 (diff)
downloadslackbuilds-1787d26f54ad1e1d2c8d5144699d3a56ba4aa8fb.tar.gz
slackbuilds-1787d26f54ad1e1d2c8d5144699d3a56ba4aa8fb.tar.bz2
icecast update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@67 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'icecast/icecast.SlackBuild')
-rwxr-xr-xicecast/icecast.SlackBuild12
1 files changed, 5 insertions, 7 deletions
diff --git a/icecast/icecast.SlackBuild b/icecast/icecast.SlackBuild
index 5abc140d..d185cd95 100755
--- a/icecast/icecast.SlackBuild
+++ b/icecast/icecast.SlackBuild
@@ -305,18 +305,16 @@ find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs st
VERSION="`echo $VERSION | sed -e 's/-/_/g'`"
makepkg --linkadd y --chown n $REPOS/$PRGNAM-$VERSION-$ARCH-$BUILD.tgz
-(cd $REPOS && md5sum $PRGNAM-$VERSION-$ARCH-$BUILD.tgz > $PRGNAM-$VERSION-$ARCH-$BUILD.tgz.md5)
-cat $PKG/install/slack-desc | grep "^${PRGNAM}" > $REPOS/$PRGNAM-$VERSION-$ARCH-$BUILD.txt
+
+#(cd $REPOS && md5sum $PRGNAM-$VERSION-$ARCH-$BUILD.tgz > $PRGNAM-$VERSION-$ARCH-$BUILD.tgz.md5)
+#cat $PKG/install/slack-desc | grep "^${PRGNAM}" > $REPOS/$PRGNAM-$VERSION-$ARCH-$BUILD.txt
# --- CLEANUP ---
# Clean up the extra stuff:
-if [ "$1" = "--cleanup" ]; then
- rm -rf $TMP/tmp-$PRGNAM
- rm -rf $PKG
-else
- echo You can check the 'installwatch' log file: $TMP/install-${PRGNAM}.log
+if [ "$CLEANUP" == "yes" ]; then
+ rm -rf $TMP
fi
#