diff options
Diffstat (limited to 'network/awscli/awscli.SlackBuild')
-rw-r--r-- | network/awscli/awscli.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/network/awscli/awscli.SlackBuild b/network/awscli/awscli.SlackBuild index cc8d8433e1a19..3ad92c1ce4a09 100644 --- a/network/awscli/awscli.SlackBuild +++ b/network/awscli/awscli.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=awscli -VERSION=${VERSION:-1.9.11} +VERSION=${VERSION:-1.9.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,6 +69,9 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +# Patch to support new colorama version +sed -i "s/0.3.3/0.3.5/" setup.py + python setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |