aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2008-12-16 17:34:47 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2008-12-16 17:34:47 +0000
commit114df61b002f43d2135873bfcfaf8ff7b359a1b1 (patch)
treeabcea5d6c37aaf615b72d93759631de088cfb843 /sys
parent34e195d65e1fcc5f4ed496aae7488d9c1df600a9 (diff)
downloadslackbuilds-114df61b002f43d2135873bfcfaf8ff7b359a1b1.tar.gz
slackbuilds-114df61b002f43d2135873bfcfaf8ff7b359a1b1.tar.bz2
libfreebob updating libfreebob source file name
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@2020 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'sys')
-rwxr-xr-xsys/libs/libfreebob/libfreebob.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/libs/libfreebob/libfreebob.SlackBuild b/sys/libs/libfreebob/libfreebob.SlackBuild
index b2b82067..b110cfe8 100755
--- a/sys/libs/libfreebob/libfreebob.SlackBuild
+++ b/sys/libs/libfreebob/libfreebob.SlackBuild
@@ -77,10 +77,10 @@ mkdir -p "$REPOS" || exit $ERROR_MKDIR
mkdir -p "$PKG_WORK" || exit $ERROR_MKDIR
# Dowload source if necessary
-SRC="$SRC_NAME-$VERSION.tar.bz2"
+SRC="$SRC_NAME-$VERSION.tar.gz"
URL="http://downloads.sourceforge.net/freebob/$SRC"
-if [ ! -s "$SRC_DIR/$SRC" ] || ! bunzip2 -t "$SRC_DIR/$SRC" 2> /dev/null; then
+if [ ! -s "$SRC_DIR/$SRC" ] || ! gunzip -t "$SRC_DIR/$SRC" 2> /dev/null; then
wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET
fi