diff options
Diffstat (limited to 'development/gaphor/gaphor.SlackBuild')
-rw-r--r-- | development/gaphor/gaphor.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/development/gaphor/gaphor.SlackBuild b/development/gaphor/gaphor.SlackBuild index 1d03a50ae5..2edbe6a657 100644 --- a/development/gaphor/gaphor.SlackBuild +++ b/development/gaphor/gaphor.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gaphor -# Copyright 2012 Mikko Värri, Finland +# Copyright 2014 Mikko Värri, Finland # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gaphor -VERSION=${VERSION:-0.17.1} +VERSION=${VERSION:-0.17.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -55,9 +55,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# A patch from upstream git -patch -p0 <$CWD/fix_zope_component_registry.patch - python setup.py install --root=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |