Changeset 47448 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Jul 29, 2013 7:53:44 AM (11 years ago)
- Location:
- trunk/src/VBox/Installer/darwin
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/darwin/Makefile.kmk
r47362 r47448 848 848 $(VBOX_PATH_DI_SRC)/VirtualBox/PkgBuildComponent.plist 849 849 @# Copy the resources. 850 $(INSTALL) -m 0755 $(VBOX_PATH_DI_SRC)/VirtualBox/pre install$(VBOX_PATH_PACK_TMP)/VirtualBox.pkg.res/850 $(INSTALL) -m 0755 $(VBOX_PATH_DI_SRC)/VirtualBox/preflight $(VBOX_PATH_PACK_TMP)/VirtualBox.pkg.res/ 851 851 $(INSTALL) -m 0755 $(VBOX_PATH_DI_SRC)/VirtualBox/postflight $(VBOX_PATH_PACK_TMP)/VirtualBox.pkg.res/ 852 852 @# Build the package. -
trunk/src/VBox/Installer/darwin/VirtualBox/PkgBuildComponent.plist
r47362 r47448 9 9 <key>BundleHasStrictIdentifier</key> <false/> 10 10 <key>BundleOverwriteAction</key> <string>upgrade</string> 11 <key>BundlePreInstallScriptPath</key> <string>pre install</string>11 <key>BundlePreInstallScriptPath</key> <string>preflight</string> 12 12 <key>BundlePostInstallScriptPath</key> <string>postflight</string> 13 13 </dict>
Note:
See TracChangeset
for help on using the changeset viewer.