summaryrefslogtreecommitdiffstats
path: root/python/python3-editables
diff options
context:
space:
mode:
author fourtysixandtwo2023-05-14 17:23:53 +0200
committer Willy Sudiarto Raharjo2023-05-15 06:05:47 +0200
commit096a81642da00a245227efc88129417da29ca91a (patch)
tree64b3f9f3b7d90faa78aab96ee92bf3ce99bc51ef /python/python3-editables
parentceb40d1caea8a2e8a5e6e5dbfe13a574f156c923 (diff)
downloadslackbuilds-096a81642da00a245227efc88129417da29ca91a.tar.gz
python/python3-editables: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-editables')
-rw-r--r--python/python3-editables/python3-editables.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-editables/python3-editables.SlackBuild b/python/python3-editables/python3-editables.SlackBuild
index 6ea2961621..a4837a5f83 100644
--- a/python/python3-editables/python3-editables.SlackBuild
+++ b/python/python3-editables/python3-editables.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-editables
-SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
+SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}