aboutsummaryrefslogtreecommitdiff
path: root/python/python3-iso3166
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-iso3166')
-rw-r--r--python/python3-iso3166/python3-iso3166.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-iso3166/python3-iso3166.SlackBuild b/python/python3-iso3166/python3-iso3166.SlackBuild
index cb4c1b6db9f83..db51dfeb3aa87 100644
--- a/python/python3-iso3166/python3-iso3166.SlackBuild
+++ b/python/python3-iso3166/python3-iso3166.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-iso3166
-SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
+SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-2.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}