aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorohfp <1813007-ohfp@users.noreply.gitlab.com>2020-03-29 12:20:30 +0200
committerohfp <1813007-ohfp@users.noreply.gitlab.com>2020-03-29 12:20:30 +0200
commit85573cb93cf8a31379396d5f3317f39ff49d2946 (patch)
tree8153afe51e308af791ebac4e918333b6304c42a8
parentcorrect jack dependency: libjack-dev (diff)
downloadlibrewolf-linux-85573cb93cf8a31379396d5f3317f39ff49d2946.tar.gz
librewolf-linux-85573cb93cf8a31379396d5f3317f39ff49d2946.tar.bz2
librewolf-linux-85573cb93cf8a31379396d5f3317f39ff49d2946.zip
re-run bootstrap
-rwxr-xr-xbinary_tarball/scripts/4_Build_Binary_Tarball.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/binary_tarball/scripts/4_Build_Binary_Tarball.sh b/binary_tarball/scripts/4_Build_Binary_Tarball.sh
index 8dd4bf9..0510994 100755
--- a/binary_tarball/scripts/4_Build_Binary_Tarball.sh
+++ b/binary_tarball/scripts/4_Build_Binary_Tarball.sh
@@ -51,6 +51,10 @@ printf "\nRunning bootstrapper to install build dependencies (using ./mach scrip
# add cargo binary to path
source /root/.cargo/env
+# Runs bootstrapper agin to install dependencies (like cbindgen)
+printf "\nRunning bootstrapper to install remaining build dependencies (using ./mach script within source code)\n";
+./mach bootstrap --application-choice=browser --no-interactive
+
rm -f mozconfig
# Do 3-tier PGO
bgstack15