diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-glances/python3-glances.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-glances/python3-glances.SlackBuild b/python/python3-glances/python3-glances.SlackBuild index d876f411783e..975ac96ec780 100644 --- a/python/python3-glances/python3-glances.SlackBuild +++ b/python/python3-glances/python3-glances.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-glances -SRCNAM=$(echo $PRGNAM | sed "s/python3-//" |sed 's/.*/\u&/') +SRCNAM=${PRGNAM#python3-*} VERSION=${VERSION:-3.3.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,9 +67,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $SRCNAM-$VERSION -tar xvzf $CWD/$SRCNAM-$VERSION.tar.gz -cd $SRCNAM-$VERSION +rm -rf ${SRCNAM^}-$VERSION +tar xvzf $CWD/${SRCNAM^}-$VERSION.tar.gz +cd ${SRCNAM^}-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |