summaryrefslogtreecommitdiffstats
path: root/libraries/zope.event
diff options
context:
space:
mode:
author B. Watson2017-03-20 09:14:41 +0100
committer David Spencer2017-03-25 14:26:40 +0100
commit815e744cf65961b693514031e703fbbf1b79a109 (patch)
treeff00be5155897d4eb9c36daf32cabe17c8d1de01 /libraries/zope.event
parent98f98045d9ae91ee2f944ccc9641c4a654caec42 (diff)
downloadslackbuilds-815e744cf65961b693514031e703fbbf1b79a109.tar.gz
libraries/zope.event: Remove extraneous VERSION assignment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/zope.event')
-rw-r--r--libraries/zope.event/zope.event.SlackBuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/libraries/zope.event/zope.event.SlackBuild b/libraries/zope.event/zope.event.SlackBuild
index 3f98327aea..293ada9413 100644
--- a/libraries/zope.event/zope.event.SlackBuild
+++ b/libraries/zope.event/zope.event.SlackBuild
@@ -57,8 +57,6 @@ find -L . \
python setup.py install --root=$PKG
-VERSION=$( echo $VERSION | tr - _ )
-
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a CHANGES.rst COPYRIGHT.txt LICENSE.txt README.rst $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild