aboutsummaryrefslogtreecommitdiff
path: root/python/python3-babelfish
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-05-14 09:23:52 -0600
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-15 11:05:46 +0700
commite4c9af27b291a25822058754a145e28a02452960 (patch)
treec625a18aae7f0e4a1435c3b573bbc0c4c37a51e0 /python/python3-babelfish
parent208138b4d67085c58e238272ffd8c0bbbca95ef0 (diff)
downloadslackbuilds-e4c9af27b291a25822058754a145e28a02452960.tar.xz
python/python3-babelfish: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-babelfish')
-rw-r--r--python/python3-babelfish/python3-babelfish.SlackBuild2
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}