diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-07-14 15:57:17 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-17 07:49:47 +0700 |
commit | 5666af8a9e406104ea49c0406131785231e48152 (patch) | |
tree | 4f9ddf61e35c4a203edf8944e3eb350156f0f9ef /python/monty/monty.SlackBuild | |
parent | efa4f59e07ad0b0a5817387a8e082bfe1441ecb7 (diff) | |
download | slackbuilds-5666af8a9e406104ea49c0406131785231e48152.tar.gz |
python/monty: Updated for version 0.8.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/monty/monty.SlackBuild')
-rw-r--r-- | python/monty/monty.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/monty/monty.SlackBuild b/python/monty/monty.SlackBuild index 4acc789074..418c851939 100644 --- a/python/monty/monty.SlackBuild +++ b/python/monty/monty.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=monty -VERSION=${VERSION:-0.8.5} +VERSION=${VERSION:-0.8.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,7 +67,7 @@ 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 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; python setup.py install --root=$PKG |