aboutsummaryrefslogtreecommitdiff
path: root/system/python3-docker-compose
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-05-14 09:37:19 -0600
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-15 11:05:54 +0700
commite21f6279900dbb12a7162af302c963e69117dfef (patch)
treefc12c2a7b7769c8246555da31d6457c8db84327a /system/python3-docker-compose
parentc7a86f47a96b5336083ebaff039eacf486b1163d (diff)
system/python3-docker-compose: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/python3-docker-compose')
-rw-r--r--system/python3-docker-compose/python3-docker-compose.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/python3-docker-compose/python3-docker-compose.SlackBuild b/system/python3-docker-compose/python3-docker-compose.SlackBuild
index f6236bbfa176d..da908098ccee1 100644
--- a/system/python3-docker-compose/python3-docker-compose.SlackBuild
+++ b/system/python3-docker-compose/python3-docker-compose.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-docker-compose
-SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
+SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-1.29.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}