diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-14 09:23:53 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-15 11:05:47 +0700 |
commit | 096a81642da00a245227efc88129417da29ca91a (patch) | |
tree | 64b3f9f3b7d90faa78aab96ee92bf3ce99bc51ef /python/python3-editables | |
parent | ceb40d1caea8a2e8a5e6e5dbfe13a574f156c923 (diff) |
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.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-editables/python3-editables.SlackBuild b/python/python3-editables/python3-editables.SlackBuild index 6ea29616218d7..a4837a5f83f4d 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} |