Created
September 28, 2012 19:53
-
-
Save rockpapergoat/3801788 to your computer and use it in GitHub Desktop.
vmware fusion 5 pkg makefile
This file contains hidden or 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
# | |
# Package VMware Fusion.app | |
# | |
# | |
include /usr/local/share/luggage/luggage.make | |
TITLE=VMwareFusion | |
REVERSE_DOMAIN=com.vmware | |
PACKAGE_VERSION=5.0.1 | |
PLIST_FLAVOR=pkg-info | |
PACKAGE_TARGET_OS=10.5 | |
PAYLOAD=\ | |
pack-script-preflight \ | |
pack-script-postflight \ | |
pack-vmware-prefs-license-fusion-50-e3-201201 \ | |
install-app2luggage-VMware_Fusion.app | |
install-app2luggage-VMware_Fusion.app: l_Applications VMware_Fusion.app.tar.bz2 | |
@sudo ${TAR} xjf VMware_Fusion.app.tar.bz2 -C ${WORK_D}/Applications | |
@sudo chown -R root:admin "${WORK_D}/Applications/VMware Fusion.app" | |
l_lib_prefs_vmware: l_Library_Preferences | |
@sudo mkdir -p ${WORK_D}/Library/Preferences/VMWare\ Fusion | |
@sudo chown root:admin ${WORK_D}/Library/Preferences/VMWare\ Fusion | |
@sudo chmod 755 ${WORK_D}/Library/Preferences/VMWare\ Fusion | |
pack-vmware-prefs-%: % l_lib_prefs_vmware | |
@sudo ${INSTALL} -m 644 -g admin -o root $< ${WORK_D}/Library/Preferences/VMWare\ Fusion | |
This file contains hidden or 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
#!/bin/bash | |
/bin/bash "/Applications/VMware Fusion.app/Contents/Library/Initialize VMware Fusion.tool" set |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment