Changeset 57231 in vbox for trunk/src/VBox/Installer/darwin/Makefile.kmk
- Timestamp:
- Aug 7, 2015 1:36:22 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/darwin/Makefile.kmk
r56621 r57231 746 746 @# Set the correct owner and set the set-user-ID-on-execution bit on the relevant executables. 747 747 sudo chown -R root:admin $(VBOX_PATH_PACK_TMP)/VirtualBox.pkg.root 748 sudo chmod u+s $(VBOX_PATH_VBOX_APP_TMP)/Contents/MacOS/VBoxNetAdpCtl 748 749 ifdef VBOX_WITH_HARDENING 749 750 sudo chmod u+s \ 750 $(foreach bin,VBoxHeadless VirtualBox VirtualBoxVM VBoxNet AdpCtl VBoxNetDHCP VBoxNetNAT,\751 $(foreach bin,VBoxHeadless VirtualBox VirtualBoxVM VBoxNetDHCP VBoxNetNAT,\ 751 752 $(VBOX_PATH_VBOX_APP_TMP)/Contents/MacOS/$(bin)) 752 753 endif … … 764 765 @# Copy the resources. 765 766 $(INSTALL) -m 0755 $(VBOX_PATH_DI_SRC)/VirtualBox/preflight $(VBOX_PATH_PACK_TMP)/VirtualBox.pkg.res/ 767 ifdef VBOX_WITH_HARDENING 766 768 $(INSTALL) -m 0755 $(VBOX_PATH_DI_SRC)/VirtualBox/postflight $(VBOX_PATH_PACK_TMP)/VirtualBox.pkg.res/ 769 else 770 $(SED) -s '/WITH_HARDENING/d' -o $(VBOX_PATH_PACK_TMP)/VirtualBox.pkg.res/postflight $(VBOX_PATH_DI_SRC)/VirtualBox/postflight 771 $(CHMOD) 0755 $(VBOX_PATH_PACK_TMP)/VirtualBox.pkg.res/postflight 772 endif 767 773 @# Build the package. 768 774 $(VBOX_PKGBUILD) \
Note:
See TracChangeset
for help on using the changeset viewer.