diff options
Diffstat (limited to 'python/python-pmw')
-rw-r--r-- | python/python-pmw/python-pmw.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/python-pmw/python-pmw.SlackBuild b/python/python-pmw/python-pmw.SlackBuild index dc132098c979..cb8ddcc317a0 100644 --- a/python/python-pmw/python-pmw.SlackBuild +++ b/python/python-pmw/python-pmw.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=python-pmw VERSION=${VERSION:-1.3.3a} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -66,11 +66,11 @@ cd $PRGNAM-$VERSION tar xvf $CWD/${SRCPRGNAM}_${SRCVERSION}.tar.gz cd $SRCPRGNAM/$SRCPRGNAM chown -R root:root . || true -find . \ +find -L . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Move documentation files mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |