diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2014-10-09 22:26:44 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-11 18:18:43 +0700 |
commit | 208917a22e109c34001f90727d969df019e62421 (patch) | |
tree | acbd70f53e747019a5a207c4c5c90f158c49651a /python/python3/python3.SlackBuild | |
parent | ece37efc9970a40a8f1e0e42b660d9fe34796a01 (diff) | |
download | slackbuilds-208917a22e109c34001f90727d969df019e62421.tar.gz |
python/python3: Updated for version 3.4.2.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'python/python3/python3.SlackBuild')
-rw-r--r-- | python/python3/python3.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3/python3.SlackBuild b/python/python3/python3.SlackBuild index 02c865df24..4a49154681 100644 --- a/python/python3/python3.SlackBuild +++ b/python/python3/python3.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python3 -VERSION=${VERSION:-3.4.1} +VERSION=${VERSION:-3.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -89,7 +89,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 {} \; ./configure \ --prefix=/usr \ |