diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-02-02 11:13:48 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-02-02 11:13:48 +0100 |
commit | 830d22d8931a4e5f0606d401f24d7cd937f8697e (patch) | |
tree | f5b6e43f4857a511fa03fa331cce693567a031a4 /configure | |
parent | 26e4800ddf9b4384a083f066f2a396b8e5e6c079 (diff) | |
download | browser-extension-830d22d8931a4e5f0606d401f24d7cd937f8697e.tar.gz browser-extension-830d22d8931a4e5f0606d401f24d7cd937f8697e.zip |
support Parabola's Iceweasel in tests
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -91,6 +91,9 @@ if [ "x$BROWSER_BINARY" = x ]; then elif [ "x$TARGET" = xlibrewolf ]; then # Debian's path to Librewolf BROWSER_BINARY=/usr/share/librewolf/librewolf + elif [ "x$TARGET" = xiceweasel ]; then + # Parabola's path to Iceweasel + BROWSER_BINARY=/usr/lib/iceweasel/iceweasel elif [ "x$TARGET" = xicecat ]; then # Parabola's path to IceCat BROWSER_BINARY=/usr/lib/icecat/icecat |