Skip to content

Instantly share code, notes, and snippets.

@arubdesu
Last active December 17, 2015 17:09
Show Gist options
  • Save arubdesu/5643903 to your computer and use it in GitHub Desktop.
Save arubdesu/5643903 to your computer and use it in GitHub Desktop.
Crashplan pre-install/pre-seed setup luggage makefile
include /usr/local/share/luggage/luggage.make
TITLE=crashplanCustomizer
REVERSE_DOMAIN=com.318.crashplanCustomizer.pkg
PAYLOAD=prep-CrashPlan \
pack-CrashPlan-Custom
prep-CrashPlan: l_Library_Application_Support
@sudo mkdir -p ${WORK_D}/Library/Application\ Support/CrashPlan/.custom
pack-CrashPlan-Custom: prep-CrashPlan custom/
@sudo ${DITTO} custom/ ${WORK_D}/Library/Application\ Support/CrashPlan/.custom
@sudo chown -R root:admin ${WORK_D}/Library/Application\ Support/CrashPlan
@sudo chmod -R 775 ${WORK_D}/Library/Application\ Support/CrashPlan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment