diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-14 09:23:58 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-15 11:05:54 +0700 |
commit | e4682e5b609abe5268d8f16c1b80372b027bcded (patch) | |
tree | 522de5f73041aca6d03b9c47e3db84022a38d86e /python/python3-wheel | |
parent | ce791df74c3ba99d18d2fc6d95869b20d8cd165f (diff) |
python/python3-wheel: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-wheel')
-rw-r--r-- | python/python3-wheel/python3-wheel.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-wheel/python3-wheel.SlackBuild b/python/python3-wheel/python3-wheel.SlackBuild index cc55e3ffcca10..b2553b589742f 100644 --- a/python/python3-wheel/python3-wheel.SlackBuild +++ b/python/python3-wheel/python3-wheel.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-wheel -SRCNAM=$(echo $PRGNAM | sed "s/python3-//") +SRCNAM=${PRGNAM#python3-*} VERSION=${VERSION:-0.40.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |