diff options
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 |