Created
October 6, 2016 18:09
-
-
Save vmiller/2f420efae9bcfe8a9a04a41788b3f967 to your computer and use it in GitHub Desktop.
Luggage Makefile to repackage SPSS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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