Changeset 53981 in vbox for trunk/src/VBox/Installer/darwin
- Timestamp:
- Jan 27, 2015 6:58:32 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/darwin/Makefile.kmk
r53745 r53981 454 454 MacOS/VirtualBoxVM \ 455 455 $(if $(VBOX_WITH_WEBSERVICES),MacOS/vboxwebsrv) \ 456 MacOS/VirtualBox 456 MacOS/VirtualBox \ 457 $(if $(VBOX_WITH_DTRACE),MacOS/VBoxDTrace,) 457 458 458 459 VBOX_DI_VBAPP_UNIVERSAL_PROGS = \ … … 880 881 $(APPEND) -tn $(VBOX_PATH_PACK_TMP)/VirtualBoxCLI.pkg.root/usr/bin/VBoxAutostart \ 881 882 '#!/bin/bash' 'exec /Applications/VirtualBox.app/Contents/MacOS/VBoxAutostart "$$@"' 883 ifdef VBOX_WITH_DTRACE 884 $(APPEND) -tn $(VBOX_PATH_PACK_TMP)/VirtualBoxCLI.pkg.root/usr/bin/VBoxDTrace \ 885 '#!/bin/bash' 'exec /Applications/VirtualBox.app/Contents/MacOS/VBoxDTrace "$$@"' 886 endif 882 887 @# Set the correct owners and file permissions. 883 888 sudo chmod 0755 $(VBOX_PATH_PACK_TMP)/VirtualBoxCLI.pkg.root/usr/bin/*
Note:
See TracChangeset
for help on using the changeset viewer.