diff --git a/firefox.be0 b/firefox.be0 index 057de854e..f0e81f1a6 100755 --- a/firefox.be0 +++ b/firefox.be0 @@ -2,7 +2,7 @@ #export BEE_TMP_TMPDIR=/dev/shm BEE_TMP_BUILDROOT=/dev/shm/bee-root BEE_MAKEFLAGS='-j80' -# BEE_VERSION firefox-87.0-0 +# BEE_VERSION firefox-87.0-1 #https://ftp.mozilla.org/pub/firefox/releases/$pkgversion/SOURCE to find the right download link SRCURL[0]="https://ftp.mozilla.org/pub/firefox/releases/${PKGVERSION}/source/firefox-${PKGVERSION}.source.tar.xz" @@ -14,6 +14,7 @@ SRCURL[0]="https://ftp.mozilla.org/pub/firefox/releases/${PKGVERSION}/source/fir mee_configure() { + . /usr/local/package/lib/node.profile . /pkg/rustc-1.50.0-0/profile cat > ${S}/mozconfig <<-EOF diff --git a/thunderbird.be0 b/thunderbird.be0 index 7e47cf472..1c724dbe4 100755 --- a/thunderbird.be0 +++ b/thunderbird.be0 @@ -2,13 +2,14 @@ #export BEE_TMP_TMPDIR=/dev/shm BEE_TMP_BUILDROOT=/dev/shm/bee-root BEE_MAKEFLAGS='-j80' -# BEE_VERSION thunderbird-68.12.0-0 +# BEE_VERSION thunderbird-68.12.0-1 SRCURL[0]="https://ftp.mozilla.org/pub/thunderbird/releases/${PKGVERSION}/source/thunderbird-${PKGVERSION}.source.tar.xz" # build_in_sourcedir mee_configure() { + . /usr/local/package/lib/node.profile . /pkg/rustc-1.41.0-0/profile . /pkg/python-2.7.16-0/profile