aboutsummaryrefslogtreecommitdiff
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
commit208138b4d67085c58e238272ffd8c0bbbca95ef0 (patch)
tree3550fdb859fd90cac13b42716aa97c8ae39c5f5e
parent19b81d6c3385f7dfe5aa4594f4133c35030cfdf4 (diff)
python/python3-autocommand: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-autocommand/python3-autocommand.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-autocommand/python3-autocommand.SlackBuild b/python/python3-autocommand/python3-autocommand.SlackBuild
index 4f4b46159121..171e163138d2 100644
--- a/python/python3-autocommand/python3-autocommand.SlackBuild
+++ b/python/python3-autocommand/python3-autocommand.SlackBuild
@@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-autocommand
-SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
-SRCNAM=$(echo $PRGNAM | sed 's/python3-//')
+SRCNAM=${PRGNAM#python3-*}
+SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-2.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}