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