diff options
Diffstat (limited to 'source/l/cairo')
-rwxr-xr-x | source/l/cairo/cairo.SlackBuild | 6 | ||||
-rwxr-xr-x | source/l/cairo/paredown.sh | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/source/l/cairo/cairo.SlackBuild b/source/l/cairo/cairo.SlackBuild index 3af950e6e..ab9c8cefb 100755 --- a/source/l/cairo/cairo.SlackBuild +++ b/source/l/cairo/cairo.SlackBuild @@ -23,8 +23,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=cairo -VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -67,7 +67,7 @@ mkdir -p $TMP $PKG cd $TMP rm -rf $PKGNAM-$VERSION -tar xvf $CWD/$PKGNAM-$VERSION.tar.?z* || exit 1 +tar xvf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1 cd $PKGNAM-$VERSION || exit 1 chown -R root:root . find . \ diff --git a/source/l/cairo/paredown.sh b/source/l/cairo/paredown.sh index a24369747..241421483 100755 --- a/source/l/cairo/paredown.sh +++ b/source/l/cairo/paredown.sh @@ -41,11 +41,11 @@ touch -r $PKGNAM-$VERSION.tar.xz tmp-timestamp || exit 1 rm -rf $PKGNAM-$VERSION tar xvf $PKGNAM-$VERSION.tar.xz || exit 1 rm -f $PKGNAM-$VERSION/test/reference/* -rm -f $PKGNAM-$VERSION.tar.xz +rm -f $PKGNAM-$VERSION.tar.?z tar cvf $PKGNAM-$VERSION.tar $PKGNAM-$VERSION touch -r tmp-timestamp $PKGNAM-$VERSION.tar -xz -9 -v $PKGNAM-$VERSION.tar +plzip -9 -v $PKGNAM-$VERSION.tar rm -rf $PKGNAM-$VERSION tmp-timestamp -echo "Repacking of $PKGNAM-$VERSION.tar.xz complete." +echo "Repacking of $PKGNAM-$VERSION.tar.lz complete." |