Changeset 54038 in vbox for trunk/src/VBox/Installer/darwin
- Timestamp:
- Jan 29, 2015 6:15:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/darwin/Makefile.kmk
r54036 r54038 757 757 ifdef VBOX_WITH_DTRACE 758 758 @# DTrace library, testcases and scripts. 759 759 $(MKDIR) -p -m 0755 -- \ 760 760 $(VBOX_PATH_PACK_TMP)/VirtualBox.pkg.root/Applications/VirtualBox.app/Contents/MacOS/dtrace/lib/$(KBUILD_TARGET_ARCH)/ \ 761 761 $(VBOX_PATH_PACK_TMP)/VirtualBox.pkg.root/Applications/VirtualBox.app/Contents/MacOS/dtrace/testcase/$(KBUILD_TARGET_ARCH)/ \ … … 767 767 $(VBOX_PATH_PACK_TMP)/VirtualBox.pkg.root/Applications/VirtualBox.app/Contents/MacOS/dtrace/$(file)$(NLTAB)) 768 768 ifdef VBOX_WITH_COMBINED_PACKAGE 769 769 $(MKDIR) -p -m 0755 -- \ 770 770 $(VBOX_PATH_PACK_TMP)/VirtualBox.pkg.root/Applications/VirtualBox.app/Contents/MacOS/dtrace/lib/$(VBOX_CP_OTHER_ARCH)/ \ 771 771 $(VBOX_PATH_PACK_TMP)/VirtualBox.pkg.root/Applications/VirtualBox.app/Contents/MacOS/dtrace/testcase/$(VBOX_CP_OTHER_ARCH)/
Note:
See TracChangeset
for help on using the changeset viewer.