diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-14 09:23:50 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-15 11:05:42 +0700 |
commit | 00c4b3f596807ce16d76073ae718578de5c0de9e (patch) | |
tree | f987b8c4445182cab54aedd30c73bfd49e2c9a61 /libraries | |
parent | 670e3084b4f9d128c212754e9dd4ea84a8197d3b (diff) |
libraries/python3-CherryPy: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/python3-CherryPy/python3-CherryPy.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/python3-CherryPy/python3-CherryPy.SlackBuild b/libraries/python3-CherryPy/python3-CherryPy.SlackBuild index 0e761ea6321b..0b161041756b 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} |