diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-14 09:23:51 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-15 11:05:43 +0700 |
commit | d93c359042f2d303aa689e7fffc9cdd62793a222 (patch) | |
tree | cf20165a273f89e17e0b462788c2dcec5c8c86a0 /python/python2-docopt | |
parent | df907fd59b0c37d958367d06330240e498d67404 (diff) |
python/python2-docopt: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-docopt')
-rw-r--r-- | python/python2-docopt/python2-docopt.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python2-docopt/python2-docopt.SlackBuild b/python/python2-docopt/python2-docopt.SlackBuild index 01968c46651c..6044e0918303 100644 --- a/python/python2-docopt/python2-docopt.SlackBuild +++ b/python/python2-docopt/python2-docopt.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python2-docopt -SRCNAM=$(echo $PRGNAM | sed "s/python2-//") +SRCNAM=${PRGNAM#python2-*} VERSION=${VERSION:-0.6.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |