diff options
Diffstat (limited to 'system/sst/sst.SlackBuild')
-rw-r--r-- | system/sst/sst.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/sst/sst.SlackBuild b/system/sst/sst.SlackBuild index 27fd110f96aee..4f93825d89e36 100644 --- a/system/sst/sst.SlackBuild +++ b/system/sst/sst.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sst -VERSION=${VERSION:-1.3} +VERSION=${VERSION:-1.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -63,7 +63,7 @@ rm -rf $PRGNAM-$VERSION mkdir -p $PRGNAM-$VERSION cd $PRGNAM-$VERSION -unzip "$CWD/${PRGNAM^^}_CLI_Linux_${VERSION}.zip" +unzip "$CWD/${PRGNAM}-cli-linux-rpm--${VERSION/./-}.zip" rpm2cpio ${PRGNAM}-${VERSION}*.$RPMARCH.rpm | cpio -imdv chown -R root:root . |