diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-02-01 08:22:34 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-02-01 08:22:34 +0100 |
commit | 26e4800ddf9b4384a083f066f2a396b8e5e6c079 (patch) | |
tree | b88d165f89549fe1eca0b04655ac8c439cd595d2 /configure | |
parent | ad69f9c86b950cc84ca103e65824b9c9129d3999 (diff) | |
download | browser-extension-26e4800ddf9b4384a083f066f2a396b8e5e6c079.tar.gz browser-extension-26e4800ddf9b4384a083f066f2a396b8e5e6c079.zip |
more improvements for abrowser&librewolf
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ if [ "x$BROWSER_BINARY" = x ]; then if [ "x$TARGET" = xabrowser ]; then # Trisquel's path to Abrowser BROWSER_BINARY=/usr/lib/abrowser/abrowser - if [ "x$TARGET" = xabrowser ]; then + elif [ "x$TARGET" = xlibrewolf ]; then # Debian's path to Librewolf BROWSER_BINARY=/usr/share/librewolf/librewolf elif [ "x$TARGET" = xicecat ]; then |