diff options
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 3cd9cef034..256de59db6 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 |