aboutsummaryrefslogtreecommitdiff
path: root/icecast
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-08-08 02:40:26 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-08-08 02:40:26 +0000
commit508a133b9b1379225249438cd1d7d4ee8b71d97b (patch)
tree602e104a026c90c66e93cce77aa4296eeff00214 /icecast
parent8933e2e0b1810533e14b14ea59a86e0a4ee5384c (diff)
downloadslackbuilds-508a133b9b1379225249438cd1d7d4ee8b71d97b.tar.gz
slackbuilds-508a133b9b1379225249438cd1d7d4ee8b71d97b.tar.bz2
icecast update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@19 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'icecast')
-rwxr-xr-xicecast/icecast.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/icecast/icecast.SlackBuild b/icecast/icecast.SlackBuild
index 6ee099bf..dd1f4c2f 100755
--- a/icecast/icecast.SlackBuild
+++ b/icecast/icecast.SlackBuild
@@ -304,9 +304,9 @@ 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 $TMP/$PRGNAM-$VERSION-$ARCH-$BUILD.tgz
-(cd $TMP && md5sum $PRGNAM-$VERSION-$ARCH-$BUILD.tgz > $PRGNAM-$VERSION-$ARCH-$BUILD.tgz.md5)
-cat $PKG/install/slack-desc | grep "^${PRGNAM}" > $TMP/$PRGNAM-$VERSION-$ARCH-$BUILD.txt
+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
# --- CLEANUP ---