diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2014-01-30 10:40:32 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-02-01 00:40:45 -0600 |
commit | d8edc7ee6199d078e0c7aa7f29d5a6fde43e1cfb (patch) | |
tree | 4afd44bf14de1a29e8eec2005f01dd8d1b50373f /development/google-go-lang/google-go-lang.SlackBuild | |
parent | ea5faca02176d19785dc444c22caa2798a4787a5 (diff) | |
download | slackbuilds-d8edc7ee6199d078e0c7aa7f29d5a6fde43e1cfb.tar.gz |
development/google-go-lang: Updated for version 1.2.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/google-go-lang/google-go-lang.SlackBuild')
-rw-r--r-- | development/google-go-lang/google-go-lang.SlackBuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/development/google-go-lang/google-go-lang.SlackBuild b/development/google-go-lang/google-go-lang.SlackBuild index b954a236b7..6a43348063 100644 --- a/development/google-go-lang/google-go-lang.SlackBuild +++ b/development/google-go-lang/google-go-lang.SlackBuild @@ -5,6 +5,7 @@ # Written by Eric Schultz eric at schultzter.ca # Taken over by Vincent Batts vbatts@hashbangbash.com +# Copyright (c) 2012, 2013 Vincent Batts # Copyright (c) 2012 Eric Schultz # # Permission is hereby granted, free of charge, to any person obtaining a copy of @@ -26,7 +27,7 @@ # SOFTWARE. PRGNAM=google-go-lang -VERSION=${VERSION:-1.1.2} +VERSION=${VERSION:-1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -55,7 +56,6 @@ else GARCH=386 fi - CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM @@ -70,10 +70,10 @@ tar xvf $CWD/go$VERSION.src.tar.gz cd go 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 {} \; export GOSRC="$(pwd)" export GOROOT="$(pwd)" |