diff options
Diffstat (limited to 'source/l/mozjs102/mozjs102.SlackBuild')
-rwxr-xr-x | source/l/mozjs102/mozjs102.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/mozjs102/mozjs102.SlackBuild b/source/l/mozjs102/mozjs102.SlackBuild index 24fcbe063..e7edd16d7 100755 --- a/source/l/mozjs102/mozjs102.SlackBuild +++ b/source/l/mozjs102/mozjs102.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mozjs102 SRCNAME=firefox VERSION=$(basename $(ls $SRCNAME-*.tar.?z | cut -d - -f 2 | rev | cut -f 3- -d . | rev) .source) -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |