diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2013-12-26 21:11:13 +0100 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-07 11:13:05 -0600 |
commit | 7029ebdcc000da16be3e0b5e1b33fc14e46fed5e (patch) | |
tree | faf2516c8f8d91c27f41b04e1a1c65b861f289c1 /python/mock/mock.SlackBuild | |
parent | 17af9762056ddc8ab2346337426b47d7ebec4ccc (diff) | |
download | slackbuilds-7029ebdcc000da16be3e0b5e1b33fc14e46fed5e.tar.gz |
python/mock: Updated for version 1.0.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/mock/mock.SlackBuild')
-rw-r--r-- | python/mock/mock.SlackBuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/python/mock/mock.SlackBuild b/python/mock/mock.SlackBuild index 616be94206..35f595a613 100644 --- a/python/mock/mock.SlackBuild +++ b/python/mock/mock.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for mock. -# Copyright 2011-2012 Markus Reichelt, Aachen, DE +# Copyright 2011-2013 Markus Reichelt, Stolberg (Rhld.), DE # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ # Markus Reichelt, slackbuilds@mareichelt.de, 0xCCEEF115 PRGNAM=mock -VERSION=${VERSION:-0.8.0} +VERSION=${VERSION:-1.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -66,10 +66,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -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 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; python setup.py install --root=$PKG |