summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Robby Workman2020-01-03 07:47:03 +0100
committer Robby Workman2020-01-03 07:47:03 +0100
commitc6636d9fc9bb4855b2128988663e5c6894aa2555 (patch)
treeece29ac4d6a05c40de6fad8b16c98fc820434f3d /python
parent93e53364ea24939a16404b19369fe1656fc963d1 (diff)
downloadslackbuilds-c6636d9fc9bb4855b2128988663e5c6894aa2555.tar.gz
python/python3-pyrsistent: Fixed PRGNAM in build script
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-pyrsistent/python3-pyrsistent.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/python/python3-pyrsistent/python3-pyrsistent.SlackBuild b/python/python3-pyrsistent/python3-pyrsistent.SlackBuild
index d4adab0789..7d9ea7f7a1 100644
--- a/python/python3-pyrsistent/python3-pyrsistent.SlackBuild
+++ b/python/python3-pyrsistent/python3-pyrsistent.SlackBuild
@@ -22,12 +22,13 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-SRCNAM=pyrsistent
-PRGNAM=python3-$SRCNAM
+PRGNAM=python3-pyrsistent
VERSION=${VERSION:-0.15.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+SRCNAM=pyrsistent
+
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;