aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index bd7800f..50f75dc 100755
--- a/configure
+++ b/configure
@@ -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