diff options
author | BeatLink <beatlink@protonmail.com> | 2019-08-17 15:34:48 -0500 |
---|---|---|
committer | BeatLink <beatlink@protonmail.com> | 2019-08-17 15:34:48 -0500 |
commit | 41206e66e04b4a3e9d6caf79302363fad765fba0 (patch) | |
tree | 7a0d92fde2a85191f9ff51afbe9ccd8bcdddaf4f /binary_tarball/scripts/3_Configure_Source_Code.sh | |
parent | fix build dependency (diff) | |
download | librewolf-linux-41206e66e04b4a3e9d6caf79302363fad765fba0.tar.gz librewolf-linux-41206e66e04b4a3e9d6caf79302363fad765fba0.tar.bz2 librewolf-linux-41206e66e04b4a3e9d6caf79302363fad765fba0.zip |
fix script
Diffstat (limited to 'binary_tarball/scripts/3_Configure_Source_Code.sh')
-rwxr-xr-x | binary_tarball/scripts/3_Configure_Source_Code.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binary_tarball/scripts/3_Configure_Source_Code.sh b/binary_tarball/scripts/3_Configure_Source_Code.sh index befaf7e..6680eb2 100755 --- a/binary_tarball/scripts/3_Configure_Source_Code.sh +++ b/binary_tarball/scripts/3_Configure_Source_Code.sh @@ -3,7 +3,7 @@ printf "\n\n------------------------------ FINAL PREBUILD CONFIGURATION -------- # Setup Script Variables SOURCE_CODE_FOLDER=$1; -_COMMON_REPO='git@gitlab.com:librewolf-community/browser/common.git'; +_COMMON_REPO='https://gitlab.com/librewolf-community/browser/common.git'; _POCKET_SED_STRING="s/'pocket'/#'pocket'/g"; _POCKET_FILE=$SOURCE_CODE_FOLDER/browser/components/moz.build; |