VirtualBox

Changeset 43247 in vbox


Ignore:
Timestamp:
Sep 7, 2012 3:03:32 PM (12 years ago)
Author:
vboxsync
Message:

Installer/darwin: Restore the file ownerships to the user after packing since they may be hardlinked.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/darwin/Makefile.kmk

    r43244 r43247  
    325325                $@
    326326        @# Cleanup
     327        sudo chown -R "$(shell whoami)" \
     328                $(VBOX_PATH_PACK_TMP)/VBoxKEXTs.pkg.root
    327329        sudo rm -Rf \
    328330                $(VBOX_PATH_PACK_TMP)/VBoxKEXTs.pkg.root \
     
    378380                $@
    379381        @# Cleanup
     382        sudo chown -R "$(shell whoami)" \
     383                $(VBOX_PATH_PACK_TMP)/VBoxStartupItems.pkg.root/Library
    380384        sudo rm -Rf \
    381385                $(VBOX_PATH_PACK_TMP)/VBoxStartupItems.pkg.root \
     
    859863                $@
    860864        @# 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
    861869        sudo rm -Rf \
    862870                $(VBOX_PATH_PACK_TMP)/VirtualBox.pkg.root \
     
    920928                $@
    921929        @# Cleanup
     930        sudo chown -R "$(shell whoami)" \
     931                $(VBOX_PATH_PACK_TMP)/VirtualBoxCLI.pkg.root
    922932        sudo rm -Rf \
    923933                $(VBOX_PATH_PACK_TMP)/VirtualBoxCLI.pkg.root \
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette