Signed-off-by: James Fournie <jfournie@sitka.bclibraries.ca>
osx-xulrunner: client_app
@echo 'Preparing OS X xulrunner'
@if [ ! -f ${XULRUNNER_OSXFILE} ]; then curl -O ${XULRUNNER_SDK}${XULRUNNER_OSXFILE}; fi;
- @tar xjf ${XULRUNNER_OSXFILE} --exclude='xulrunner-sdk/idl/' --exclude='xulrunner-sdk/include' --exclude='xulrunner-sdk/host' --exclude='xulrunner-sdk/lib' --exclude='xulrunner-sdk/sdk'
+ @tar xjf ${XULRUNNER_OSXFILE} --exclude='xulrunner-sdk/idl' --exclude='xulrunner-sdk/include' --exclude='xulrunner-sdk/host' --exclude='xulrunner-sdk/lib' --exclude='xulrunner-sdk/sdk'
@if [ -f client/defaults/preferences/autoupdate.js ]; then echo 'pref("app.update.channel","mac");' >> client/defaults/preferences/autochannel.js; fi;
# this will work on linux, it builds the .app directory/bundle