From e458edc51d9d1c153578546dfa04168baf9f6bb9 Mon Sep 17 00:00:00 2001 From: BeatLink Date: Fri, 19 Jul 2019 17:26:38 -0500 Subject: [PATCH] fix build --- browser/common/source_files/mozconfig | 4 ++-- .../linux/binary_tarball/scripts/4_Build_Binary_Tarball.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/browser/common/source_files/mozconfig b/browser/common/source_files/mozconfig index 306452c..4d5eb63 100644 --- a/browser/common/source_files/mozconfig +++ b/browser/common/source_files/mozconfig @@ -3,8 +3,8 @@ ac_add_options --enable-application=browser # This supposedly speeds up compilation (We test through dogfooding anyway) -# ac_add_options --disable-tests -# ac_add_options --disable-debug +ac_add_options --disable-tests +ac_add_options --disable-debug # Folder to output the build files: mk_add_options MOZ_OBJDIR=./obj_BUILD_OUTPUT diff --git a/browser/linux/binary_tarball/scripts/4_Build_Binary_Tarball.sh b/browser/linux/binary_tarball/scripts/4_Build_Binary_Tarball.sh index 85ded58..8faac49 100755 --- a/browser/linux/binary_tarball/scripts/4_Build_Binary_Tarball.sh +++ b/browser/linux/binary_tarball/scripts/4_Build_Binary_Tarball.sh @@ -26,5 +26,5 @@ printf "\nMoving Binary Tarball to output location\n"; mv ./obj*/dist/librewolf*.tar.bz2 $OUTPUT_TARBALL; printf "\nDeleting the compile_folder\n"; -rm -rf ./; +rm -rf $SOURCE_FOLDER;