Changeset 35440 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Jan 9, 2011 11:43:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/darwin/Makefile.kmk
r34737 r35440 189 189 $(VBOX_PATH_PACK_TMP)/Packages/VirtualBoxCLI.pkg \ 190 190 $(VBOX_PATH_PACK_TMP)/Packages/VirtualBox.pkg \ 191 $$( TARGET_RegistrationPane) \191 $$(RegistrationPane_1_TARGET) \ 192 192 $(if $(VBOX_OSE), , \ 193 193 $(VBOX_PATH_DI_SRC)/InstallerPlugins/RegistrationPane/Info.plist \ … … 293 293 $(MKDIR) -p $@/Contents/Plugins/RegistrationPane.bundle/Contents/MacOS/ 294 294 $(INSTALL) -m 0644 $(VBOX_PATH_DI_SRC)/InstallerPlugins/RegistrationPane/Info.plist $@/Contents/Plugins/RegistrationPane.bundle/Contents/ 295 $(INSTALL) -m 0644 $( TARGET_RegistrationPane) $@/Contents/Plugins/RegistrationPane.bundle/Contents/MacOS/295 $(INSTALL) -m 0644 $(RegistrationPane_1_TARGET) $@/Contents/Plugins/RegistrationPane.bundle/Contents/MacOS/ 296 296 $(MKDIR) -p $@/Contents/Plugins/RegistrationPane.bundle/Contents/Resources/English.lproj/RegistrationPane.nib 297 297 $(INSTALL) -m 0644 $(VBOX_PATH_DI_SRC)/InstallerPlugins/RegistrationPane/Resources/English.lproj/InfoPlist.strings $@/Contents/Plugins/RegistrationPane.bundle/Contents/Resources/English.lproj/
Note:
See TracChangeset
for help on using the changeset viewer.