Changeset 43247 in vbox
- Timestamp:
- Sep 7, 2012 3:03:32 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/darwin/Makefile.kmk
r43244 r43247 325 325 $@ 326 326 @# Cleanup 327 sudo chown -R "$(shell whoami)" \ 328 $(VBOX_PATH_PACK_TMP)/VBoxKEXTs.pkg.root 327 329 sudo rm -Rf \ 328 330 $(VBOX_PATH_PACK_TMP)/VBoxKEXTs.pkg.root \ … … 378 380 $@ 379 381 @# Cleanup 382 sudo chown -R "$(shell whoami)" \ 383 $(VBOX_PATH_PACK_TMP)/VBoxStartupItems.pkg.root/Library 380 384 sudo rm -Rf \ 381 385 $(VBOX_PATH_PACK_TMP)/VBoxStartupItems.pkg.root \ … … 859 863 $@ 860 864 @# Cleanup 865 sudo chown -R "$(shell whoami)" \ 866 $(VBOX_PATH_PACK_TMP)/VirtualBox.pkg.root 867 sudo chmod -R a-s \ 868 $(VBOX_PATH_PACK_TMP)/VirtualBox.pkg.root 861 869 sudo rm -Rf \ 862 870 $(VBOX_PATH_PACK_TMP)/VirtualBox.pkg.root \ … … 920 928 $@ 921 929 @# Cleanup 930 sudo chown -R "$(shell whoami)" \ 931 $(VBOX_PATH_PACK_TMP)/VirtualBoxCLI.pkg.root 922 932 sudo rm -Rf \ 923 933 $(VBOX_PATH_PACK_TMP)/VirtualBoxCLI.pkg.root \
Note:
See TracChangeset
for help on using the changeset viewer.