diff options
Diffstat (limited to 'system/powerpanel/powerpanel.SlackBuild')
-rw-r--r-- | system/powerpanel/powerpanel.SlackBuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/system/powerpanel/powerpanel.SlackBuild b/system/powerpanel/powerpanel.SlackBuild index 02f3c3b86f..ae11ec630c 100644 --- a/system/powerpanel/powerpanel.SlackBuild +++ b/system/powerpanel/powerpanel.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for powerpanel -# Copyright 2017 Jason Graham Baltimore, MD, USA +# Copyright 2017,2020 Jason Graham <jgraham@compukix.net> MD, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=powerpanel -VERSION=${VERSION:-1.3.2} -PKGVER=${VERSION//./} +VERSION=${VERSION:-1.3.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -37,9 +36,9 @@ if [ -z "$ARCH" ]; then fi if [ "$ARCH" = "i586" ] || [ "$ARCH" = "i686" ]; then - PKGARCH=i386 + PKGARCH=32 elif [ "$ARCH" = "x86_64" ]; then - PKGARCH=x86_64 + PKGARCH=64 else printf "$ARCH is not supported.\n"; exit 1 fi @@ -55,7 +54,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$PKGVER-$PKGARCH.tar.gz +tar xvf $CWD/PPL-$VERSION-${PKGARCH}bit.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ |