Changeset 10712 in vbox for trunk/src/VBox/HostDrivers/Support/darwin
- Timestamp:
- Jul 16, 2008 7:57:43 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/load.sh
r8838 r10712 72 72 73 73 set -e 74 75 # Copy the .kext to the symbols directory and tweak the kextload options. 76 if test -n "$VBOX_DARWIN_SYMS"; then 77 echo "load.sh: copying the extension the symbol area..." 78 rm -Rf "$VBOX_DARWIN_SYMS/$DRVNAME" 79 mkdir -p "$VBOX_DARWIN_SYMS" 80 cp -R "$DIR" "$VBOX_DARWIN_SYMS/" 81 OPTS="$OPTS -s $VBOX_DARWIN_SYMS/ " 82 sync 83 fi 84 74 85 trap "sudo chown -R `whoami` $DIR; exit 1" INT 75 86 # On smbfs, this might succeed just fine but make no actual changes,
Note:
See TracChangeset
for help on using the changeset viewer.