diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/pytz-deprecation-shim/pytz-deprecation-shim.SlackBuild | 2 |
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 73cc2e6ba532..6e5c5bae11b3 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} |