summaryrefslogtreecommitdiffstats
path: root/libraries/python3-CherryPy
diff options
context:
space:
mode:
author fourtysixandtwo2023-05-14 17:23:50 +0200
committer Willy Sudiarto Raharjo2023-05-15 06:05:42 +0200
commit00c4b3f596807ce16d76073ae718578de5c0de9e (patch)
treef987b8c4445182cab54aedd30c73bfd49e2c9a61 /libraries/python3-CherryPy
parent670e3084b4f9d128c212754e9dd4ea84a8197d3b (diff)
downloadslackbuilds-00c4b3f596807ce16d76073ae718578de5c0de9e.tar.gz
libraries/python3-CherryPy: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/python3-CherryPy')
-rw-r--r--libraries/python3-CherryPy/python3-CherryPy.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/python3-CherryPy/python3-CherryPy.SlackBuild b/libraries/python3-CherryPy/python3-CherryPy.SlackBuild
index 0e761ea632..0b16104175 100644
--- a/libraries/python3-CherryPy/python3-CherryPy.SlackBuild
+++ b/libraries/python3-CherryPy/python3-CherryPy.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-CherryPy
-SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
+SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-18.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}