From 08279cfc6ceced8ad0b7a149a9361b5e8cca67c9 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Thu, 25 Jan 2024 16:10:06 -0500 Subject: wf-g 6.0.7 and new diff script for it --- waterfox-g/debian/build.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'waterfox-g/debian/build.sh') diff --git a/waterfox-g/debian/build.sh b/waterfox-g/debian/build.sh index b7a1f9e..99fc473 100755 --- a/waterfox-g/debian/build.sh +++ b/waterfox-g/debian/build.sh @@ -27,11 +27,7 @@ export NASM=/usr/lib/nasm-mozilla/bin/nasm fi # For successfull LTO build, we need to use matching LLVM version -if test `lsb_release -sc` = "bionic" || test `lsb_release -sc` = "focal" || test `lsb_release -sc` = "buster" || test `lsb_release -sc` = "bullseye"; then -export PATH=/usr/lib/llvm-13/bin/:$PATH -fi - -if test `lsb_release -sc` = "jammy"; then +if test `lsb_release -sc` = "bionic" || test `lsb_release -sc` = "buster" || test `lsb_release -sc` = "bullseye" || test `lsb_release -sc` = "jammy" || test `lsb_release -sc` = "focal"; then export PATH=/usr/lib/llvm-15/bin/:$PATH fi -- cgit