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 | 208138b4d67085c58e238272ffd8c0bbbca95ef0 (patch) | |
tree | 3550fdb859fd90cac13b42716aa97c8ae39c5f5e | |
parent | 19b81d6c3385f7dfe5aa4594f4133c35030cfdf4 (diff) |
python/python3-autocommand: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-autocommand/python3-autocommand.SlackBuild | 4 |
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} |