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 | ea77662c929487247906a1f9900d32b2703d79a4 (patch) | |
tree | 979249fecab3d3035544b72f20b09a66b6c8d38c /python/python3-netifaces | |
parent | 9467be8cc2a43373393befd88a9f8d9fba821739 (diff) |
python/python3-netifaces: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-netifaces')
-rw-r--r-- | python/python3-netifaces/python3-netifaces.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-netifaces/python3-netifaces.SlackBuild b/python/python3-netifaces/python3-netifaces.SlackBuild index 5307fd2645c13..e97f748505fca 100644 --- a/python/python3-netifaces/python3-netifaces.SlackBuild +++ b/python/python3-netifaces/python3-netifaces.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-netifaces -SRCNAM=$(echo $PRGNAM | sed "s/python3-//") +SRCNAM=${PRGNAM#python3-*} VERSION=${VERSION:-0.11.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |