summaryrefslogtreecommitdiffstats
path: root/python/python2-wheel
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2023-05-14 09:23:51 -0600
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-15 11:05:44 +0700
commitb1d378834a5ad667e4ed63a1d8f42991244eba6c (patch)
treeaa2604be6488790e73a39257d45e59e0cad7a31c /python/python2-wheel
parentd93c359042f2d303aa689e7fffc9cdd62793a222 (diff)
downloadslackbuilds-b1d378834a5ad667e4ed63a1d8f42991244eba6c.tar.gz
slackbuilds-b1d378834a5ad667e4ed63a1d8f42991244eba6c.tar.xz
python/python2-wheel: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-wheel')
-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}