summaryrefslogtreecommitdiffstats
path: root/python/pytz-deprecation-shim/pytz-deprecation-shim.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/pytz-deprecation-shim/pytz-deprecation-shim.SlackBuild')
-rw-r--r--python/pytz-deprecation-shim/pytz-deprecation-shim.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pytz-deprecation-shim/pytz-deprecation-shim.SlackBuild b/python/pytz-deprecation-shim/pytz-deprecation-shim.SlackBuild
index 73cc2e6ba5..6e5c5bae11 100644
--- a/python/pytz-deprecation-shim/pytz-deprecation-shim.SlackBuild
+++ b/python/pytz-deprecation-shim/pytz-deprecation-shim.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pytz-deprecation-shim
-SRCNAM=$(echo $PRGNAM | sed -e "s/python3-//" -e 's/-/_/g')
+SRCNAM=${PRGNAM//-/_}
VERSION=${VERSION:-0.1.0.post0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}