Changeset 105345 in vbox
- Timestamp:
- Jul 16, 2024 9:41:38 AM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/darwin/Makefile.kmk
r105344 r105345 93 93 # 94 94 PACKING += $(VBOX_PATH_DIST)/VirtualBox-$(VBOX_VERSION_STRING)-r$(VBOX_SVN_REV).dmg 95 #OTHER_CLEAN = TODO 95 OTHER_CLEAN = $(VBOX_DMG_SHADOW_STORAGE) 96 96 97 97 … … 1079 1079 VBOX_PATH_DMG_MOUNTPOINT := /Volumes/VirtualBox-$(VBOX_VERSION_STRING)-r$(VBOX_SVN_REV) 1080 1080 1081 # Path to the (temporary) shadow storage, required for editing the .dmg file. 1082 VBOX_DMG_SHADOW_STORAGE := $(VBOX_PATH_PACK_TMP)/VirtualBox-$(VBOX_VERSION_STRING)-r$(VBOX_SVN_REV)-shadow.dmg 1083 1081 1084 # 1082 1085 # Mounts the created .dmg file within Finder in read-write mode using a shadow storage … … 1090 1093 @sudo hdiutil attach -quiet -readwrite \ 1091 1094 -mountpoint $(VBOX_PATH_DMG_MOUNTPOINT) \ 1092 -shadow $(VBOX_ PATH_DIST)/VirtualBox-$(VBOX_VERSION_STRING)-r$(VBOX_SVN_REV)-shadow.dmg\1095 -shadow $(VBOX_DMG_SHADOW_STORAGE) \ 1093 1096 $(VBOX_PATH_DIST)/VirtualBox-$(VBOX_VERSION_STRING)-r$(VBOX_SVN_REV).dmg 1094 1097 @kmk_builtin_echo ""
Note:
See TracChangeset
for help on using the changeset viewer.