Skip to content

Instantly share code, notes, and snippets.

@vmiller
Created October 6, 2016 18:09
Show Gist options
  • Save vmiller/2f420efae9bcfe8a9a04a41788b3f967 to your computer and use it in GitHub Desktop.
Save vmiller/2f420efae9bcfe8a9a04a41788b3f967 to your computer and use it in GitHub Desktop.
Luggage Makefile to repackage SPSS
include /usr/local/share/luggage/luggage.make
TITLE=SPSS
PACKAGE_VERSION=24
REVERSE_DOMAIN=org.domain
PAYLOAD=pack-from-applications-IBM \
pack-Library-Application-Support-IBM \
pack-script-pb-postinstall
pack-Library-Application-Support-IBM: l_Library_Application_Support
@sudo ${CP} -R /Library/Application\ Support/IBM ${WORK_D}/Library/Application\ Support/
@sudo find ${WORK_D}/Library/Application\ Support/IBM/SPSS/Statistics -type d -print0 | sudo xargs -0 chmod 777
@sudo find ${WORK_D}/Library/Application\ Support/IBM/SPSS/Statistics -type f -print0 | sudo xargs -0 chmod 666
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment