VirtualBox

Changeset 47448 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Jul 29, 2013 7:53:44 AM (11 years ago)
Author:
vboxsync
Message:

OS X installer: change naming: preinstall -> preflight (more close to OS X terminology).

Location:
trunk/src/VBox/Installer/darwin
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/darwin/Makefile.kmk

    r47362 r47448  
    848848                $(VBOX_PATH_DI_SRC)/VirtualBox/PkgBuildComponent.plist
    849849        @# Copy the resources.
    850         $(INSTALL) -m 0755 $(VBOX_PATH_DI_SRC)/VirtualBox/preinstall                        $(VBOX_PATH_PACK_TMP)/VirtualBox.pkg.res/
     850        $(INSTALL) -m 0755 $(VBOX_PATH_DI_SRC)/VirtualBox/preflight                         $(VBOX_PATH_PACK_TMP)/VirtualBox.pkg.res/
    851851        $(INSTALL) -m 0755 $(VBOX_PATH_DI_SRC)/VirtualBox/postflight                        $(VBOX_PATH_PACK_TMP)/VirtualBox.pkg.res/
    852852        @# Build the package.
  • trunk/src/VBox/Installer/darwin/VirtualBox/PkgBuildComponent.plist

    r47362 r47448  
    99            <key>BundleHasStrictIdentifier</key>            <false/>
    1010            <key>BundleOverwriteAction</key>                <string>upgrade</string>
    11             <key>BundlePreInstallScriptPath</key>           <string>preinstall</string>
     11            <key>BundlePreInstallScriptPath</key>           <string>preflight</string>
    1212            <key>BundlePostInstallScriptPath</key>          <string>postflight</string>
    1313       </dict>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette