58659fcfa4
1.2.10 is a simple bug fix and api sync update for the 1.2.x branch.
4 lines
116 B
Bash
4 lines
116 B
Bash
#!/bin/sh
|
|
MOZILLA_FIVE_HOME=@MOZILLA_PREFIX@/lib/mozilla
|
|
export MOZILLA_FIVE_HOME
|
|
exec @PREFIX@/bin/galeon-bin "$@"
|