From afb1a698828ec2ef98fbfc0712bebe9ec79e4f84 Mon Sep 17 00:00:00 2001 From: rhatto Date: Mon, 16 Oct 2006 11:21:19 +0000 Subject: added swh-plugins git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@388 370017ae-e619-0410-ac65-c121f96126d4 --- cairo/cairo.SlackBuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'cairo/cairo.SlackBuild') 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 -- cgit v1.2.3