diff options
author | DhabyX <slack.dhabyx@gmail.com> | 2016-08-21 12:19:18 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-28 00:22:59 +0100 |
commit | ba0ed60e796c58b6675b68137df35f2553a398d1 (patch) | |
tree | 3cee1051288016985148e7219418445c4d13fb61 /development/atom/atom.SlackBuild | |
parent | 7b7a0752d154508d273ecd3bb567ac670e78c3a6 (diff) |
development/atom: Updated for version 1.9.9.
Thanks to Chris Willing for the patch :)
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/atom/atom.SlackBuild')
-rw-r--r-- | development/atom/atom.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/development/atom/atom.SlackBuild b/development/atom/atom.SlackBuild index 3cd9cef03496..256de59db6fb 100644 --- a/development/atom/atom.SlackBuild +++ b/development/atom/atom.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for atom -# Copyright 2013-2014 Dhaby Xiloj <slack.dhabyx@gmail.com> +# Copyright 2013-2016 Dhaby Xiloj <slack.dhabyx@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=atom -VERSION=${VERSION:-1.9.8} +VERSION=${VERSION:-1.9.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -85,6 +85,7 @@ echo '*********************************************************************' mkdir -p destbuild BUILD_DIR=$PWD/destbuild + npm_config_target_arch=$ARCH \ PYTHON=python2 \ ./script/build --build-dir=$BUILD_DIR |