Revision 830d22d8
Added by koszko over 1 year ago
| configure | ||
|---|---|---|
| 91 | 91 |
elif [ "x$TARGET" = xlibrewolf ]; then |
| 92 | 92 |
# Debian's path to Librewolf |
| 93 | 93 |
BROWSER_BINARY=/usr/share/librewolf/librewolf |
| 94 |
elif [ "x$TARGET" = xiceweasel ]; then |
|
| 95 |
# Parabola's path to Iceweasel |
|
| 96 |
BROWSER_BINARY=/usr/lib/iceweasel/iceweasel |
|
| 94 | 97 |
elif [ "x$TARGET" = xicecat ]; then |
| 95 | 98 |
# Parabola's path to IceCat |
| 96 | 99 |
BROWSER_BINARY=/usr/lib/icecat/icecat |
Also available in: Unified diff
support Parabola's Iceweasel in tests