diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-14 09:23:52 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-15 11:05:46 +0700 |
commit | e4c9af27b291a25822058754a145e28a02452960 (patch) | |
tree | c625a18aae7f0e4a1435c3b573bbc0c4c37a51e0 | |
parent | 208138b4d67085c58e238272ffd8c0bbbca95ef0 (diff) |
python/python3-babelfish: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-babelfish/python3-babelfish.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-babelfish/python3-babelfish.SlackBuild b/python/python3-babelfish/python3-babelfish.SlackBuild index e32e74f47579..3725d1290390 100644 --- a/python/python3-babelfish/python3-babelfish.SlackBuild +++ b/python/python3-babelfish/python3-babelfish.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-babelfish -SRCNAM=$(echo $PRGNAM | sed "s/python3-//") +SRCNAM=${PRGNAM#python3-*} VERSION=${VERSION:-0.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |