diff options
| author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-14 09:23:57 -0600 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-15 11:05:52 +0700 |
| commit | 725d28d978a737cd609e58d6e0b1991b31c2904e (patch) | |
| tree | a4a53d412a800a9bf7fd4453b49ec08b158b2fff /python/python3-portend/python3-portend.SlackBuild | |
| parent | 6da807475628a5c6cbb04becd59915e1ca98756c (diff) | |
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.SlackBuild | 2 |
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} |
