diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-20 04:14:41 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:26:40 +0000 |
commit | 815e744cf65961b693514031e703fbbf1b79a109 (patch) | |
tree | ff00be5155897d4eb9c36daf32cabe17c8d1de01 /libraries/zope.event | |
parent | 98f98045d9ae91ee2f944ccc9641c4a654caec42 (diff) | |
download | slackbuilds-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.SlackBuild | 2 |
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 |