Skip to content

Instantly share code, notes, and snippets.

@chilcote
chilcote / Makefile
Created November 25, 2010 23:35
example Makefile for packaging Firefox with custom settings
include /usr/local/share/luggage/luggage.make
TITLE=app_firefox
REVERSE_DOMAIN=com.example.corp
PAYLOAD=unbz2-applications-firefox.app \
pack-firefox-settings-local-settings.js \
pack-firefox-settings-firefox_AA.cfg \
pack-firefox-settings-override.ini
unbz2-applications-firefox.app: firefox.app.tar.bz2 l_Applications
@sudo ${TAR} xjf firefox.app.tar.bz2 -C ${WORK_D}/Applications