diff options
Diffstat (limited to 'source/l/nodejs/nodejs.SlackBuild')
-rwxr-xr-x | source/l/nodejs/nodejs.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/nodejs/nodejs.SlackBuild b/source/l/nodejs/nodejs.SlackBuild index 07e4e62f3..8b35564a0 100755 --- a/source/l/nodejs/nodejs.SlackBuild +++ b/source/l/nodejs/nodejs.SlackBuild @@ -22,7 +22,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=nodejs SRCNAM=node VERSION=${VERSION:-$(echo $SRCNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev | tr -d v)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |