aboutsummaryrefslogtreecommitdiff
path: root/cairo/cairo.SlackBuild
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-10-16 11:21:19 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-10-16 11:21:19 +0000
commitafb1a698828ec2ef98fbfc0712bebe9ec79e4f84 (patch)
treeccc69ce7777d342828c8f1eb49cc1aec70cf6223 /cairo/cairo.SlackBuild
parent941d8fb1f8195610fff4ec66e50f9658c0506e6e (diff)
downloadslackbuilds-afb1a698828ec2ef98fbfc0712bebe9ec79e4f84.tar.gz
slackbuilds-afb1a698828ec2ef98fbfc0712bebe9ec79e4f84.tar.bz2
added swh-plugins
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@388 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'cairo/cairo.SlackBuild')
-rwxr-xr-xcairo/cairo.SlackBuild8
1 files changed, 1 insertions, 7 deletions
diff --git a/cairo/cairo.SlackBuild b/cairo/cairo.SlackBuild
index 3bb04634..d2366f80 100755
--- a/cairo/cairo.SlackBuild
+++ b/cairo/cairo.SlackBuild
@@ -55,12 +55,6 @@ URL="http://cairographics.org/releases/$SRC"
SRC_DIR="$SRC_DIR/$PACKAGE"
mkdir -p $SRC_DIR
-if [ "$PACKAGE_EXT" == "bz2" ]; then
- tarflag="j"
-else
- tarflag="z"
-fi
-
if [ "$RTOOL" == "wget" ] && [ ! -f "$SRC_DIR/$SRC" ]; then
wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET
fi
@@ -70,7 +64,7 @@ rm -rf $TMP
mkdir -p $TMP
cd $TMP
-tar xvf$tarflag $SRC_DIR/$SRC || exit $ERROR_TAR
+tar xvf $SRC_DIR/$SRC || exit $ERROR_TAR
cd $PACKAGE-$VERSION
if [ -f "$CWD/$PACKAGE-$VERSION.diff" ]; then