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