summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--python/python2-wheel/python2-wheel.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python2-wheel/python2-wheel.SlackBuild b/python/python2-wheel/python2-wheel.SlackBuild
index 3f159a0ba2..91b84bec18 100644
--- a/python/python2-wheel/python2-wheel.SlackBuild
+++ b/python/python2-wheel/python2-wheel.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python2-wheel
-SRCNAM=$(echo $PRGNAM | sed "s/python2-//")
+SRCNAM=${PRGNAM#python2-*}
VERSION=${VERSION:-0.37.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}