diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-14 09:23:55 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-15 11:05:50 +0700 |
commit | 44d3411084324b981fa889a3efe4f87442e48b08 (patch) | |
tree | 8552189d0ec3625df579903bce04c734a66e9c5a /python/python3-jaraco.context/python3-jaraco.context.SlackBuild | |
parent | 9d672168442bf74c092257fd9d40cd03ed010682 (diff) |
python/python3-jaraco.context: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-jaraco.context/python3-jaraco.context.SlackBuild')
-rw-r--r-- | python/python3-jaraco.context/python3-jaraco.context.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-jaraco.context/python3-jaraco.context.SlackBuild b/python/python3-jaraco.context/python3-jaraco.context.SlackBuild index 80dc538442..31953f8b5c 100644 --- a/python/python3-jaraco.context/python3-jaraco.context.SlackBuild +++ b/python/python3-jaraco.context/python3-jaraco.context.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-jaraco.context -SRCNAM=$(echo $PRGNAM | sed "s/python3-//") +SRCNAM=${PRGNAM#python3-*} VERSION=${VERSION:-4.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |