mozjs115: Fix build when no source is available.

Fix #60.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2024-11-24 09:52:44 +07:00
parent 7c582110fb
commit a4da5b3b11
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=mozjs115
SRCNAME=firefox
VERSION=$(basename $(ls $SRCNAME-*.tar.?z | cut -d - -f 2 | rev | cut -f 3- -d . | rev) .source)
VERSION=115.17.0
BUILD=${BUILD:-1}
TAG=${TAG:-_csb}