diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2018-09-28 03:55:56 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-09-28 09:00:34 +0200 |
commit | 674772877f4f069e9236b7e5e7c76b10caf5d572 (patch) | |
tree | 31f9d3ee81ca9e4fe103173645e9bfbecadb7618 /source/ap/sqlite | |
parent | 23035b95d979a02036bab2212baef88521828274 (diff) | |
download | current-674772877f4f069e9236b7e5e7c76b10caf5d572.tar.gz current-674772877f4f069e9236b7e5e7c76b10caf5d572.tar.xz |
Fri Sep 28 03:55:56 UTC 201820180928035556
ap/sqlite-3.25.2-x86_64-1.txz: Upgraded.
d/rust-1.29.1-x86_64-1.txz: Upgraded.
l/apr-1.6.5-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/ap/sqlite')
-rwxr-xr-x | source/ap/sqlite/sqlite.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/ap/sqlite/sqlite.SlackBuild b/source/ap/sqlite/sqlite.SlackBuild index 59982b70d..f8869fb8d 100755 --- a/source/ap/sqlite/sqlite.SlackBuild +++ b/source/ap/sqlite/sqlite.SlackBuild @@ -33,12 +33,12 @@ if ls *.zip 1> /dev/null 2> /dev/null ; then unzip *.zip tar cf $(basename *.zip .zip).tar $(basename *.zip .zip) touch -r *.zip *.tar - xz -9 *.tar + plzip -9 *.tar rm -r $(basename *.zip .zip) rm *.zip fi -VERSION=${VERSION:-$(echo $PKGNAM-src-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} +VERSION=${VERSION:-$(echo $PKGNAM-src-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} OLD_STYLE=$(printf "%1.f" $(echo $VERSION | cut -b 1)).$(printf "%1.f" $(echo $VERSION | cut -b 2,3)).$(printf "%1.f" $(echo $VERSION | cut -b 4,5)) PATCHLEVEL=$(printf "%1.f" $(echo $VERSION | cut -b 6,7)) if [ ! "$PATCHLEVEL" = "0" ]; then @@ -121,7 +121,7 @@ rm -rf $PKG mkdir -p $TMP $PKG cd $TMP rm -rf $PKGNAM-src-$VERSION -tar xvf $CWD/$PKGNAM-src-$VERSION.tar.?z* || exit 1 +tar xvf $CWD/$PKGNAM-src-$VERSION.tar.?z || exit 1 cd $PKGNAM-src-$VERSION || exit 1 chown -R root.root . find . \ |