summaryrefslogtreecommitdiffstats
path: root/python/python3-portend/python3-portend.SlackBuild
diff options
context:
space:
mode:
author fourtysixandtwo2023-05-14 17:23:57 +0200
committer Willy Sudiarto Raharjo2023-05-15 06:05:52 +0200
commit725d28d978a737cd609e58d6e0b1991b31c2904e (patch)
treea4a53d412a800a9bf7fd4453b49ec08b158b2fff /python/python3-portend/python3-portend.SlackBuild
parent6da807475628a5c6cbb04becd59915e1ca98756c (diff)
downloadslackbuilds-725d28d978a737cd609e58d6e0b1991b31c2904e.tar.gz
python/python3-portend: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-portend/python3-portend.SlackBuild')
-rw-r--r--python/python3-portend/python3-portend.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-portend/python3-portend.SlackBuild b/python/python3-portend/python3-portend.SlackBuild
index fa876e0965..4e0a7b66f3 100644
--- a/python/python3-portend/python3-portend.SlackBuild
+++ b/python/python3-portend/python3-portend.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-portend
-SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
+SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-3.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}