aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-08-31 17:45:27 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-08-31 17:45:27 +0000
commitc434e34dfccaf944dd6365dcd368bf93a93723b0 (patch)
tree3663f95fdf283a444782c08e5e394be815dfa764
parent17804c7e0e89e6b68b0f6c0cd4c207f3052da5c7 (diff)
downloadslackbuilds-c434e34dfccaf944dd6365dcd368bf93a93723b0.tar.gz
slackbuilds-c434e34dfccaf944dd6365dcd368bf93a93723b0.tar.bz2
updated bin
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@88 370017ae-e619-0410-ac65-c121f96126d4
-rwxr-xr-xpatches/bin/bin.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/patches/bin/bin.SlackBuild b/patches/bin/bin.SlackBuild
index 0290d936..20cf4b3f 100755
--- a/patches/bin/bin.SlackBuild
+++ b/patches/bin/bin.SlackBuild
@@ -23,10 +23,12 @@ FILE=4.15
TMP="$TMP/$PACKAGE"
PKG=$TMP/package-bin
+rm -rf $PKG
mkdir -p $PKG
-rm -rf $PKG
+SRC_DIR="$SRC_DIR/$PACKAGE"
mkdir -p $SRC_DIR
+
# REPO="ftp://ftp.slackware.com/pub/slackware/slackware-10.2/patches/source/bin"
REPO="ftp://mirror.pacific.net.au/linux/slackware/slackware-10.2/patches/source/bin"
if [ "$GET" != "no" ]; then ( cd $SRC_DIR && ncftpget $REPO/*gz ) ; fi