diff options
Diffstat (limited to 'prep-librewolf-dpkg.conf')
-rw-r--r-- | prep-librewolf-dpkg.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/prep-librewolf-dpkg.conf b/prep-librewolf-dpkg.conf new file mode 100644 index 0000000..5ffe9a7 --- /dev/null +++ b/prep-librewolf-dpkg.conf @@ -0,0 +1,15 @@ +# Config file for prep-librewolf-dpkg.sh +# Configure these settings before running that script. + +debian_firefox_version=83.0-1 # current version of Firefox package in Debian sid +firefox_version=83.0 # current version of Firefox + +librewolf_common_url=https://gitlab.com/librewolf-community/browser/common.git +librewolf_settings_url=https://gitlab.com/librewolf-community/settings.git +librewolf_linux_url=https://gitlab.com/librewolf-community/browser/linux.git + +# user configurable +git_source_dir=/usr/src/librewolf # where LibreWolf git contents are cached +debian_dir=/home/librewolf/debian # where the firefox_debian.tar.xz file is extracted +source_dir=/home/librewolf/librewolf_${firefox_version} # where firefox.orig.tar.xz file is extracted with --strip-components=1 +work_dir=/home/librewolf |