- Timestamp:
- Aug 7, 2009 12:43:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/load.sh
r20527 r22066 115 115 116 116 trap "sudo chown -R `whoami` $DIR; exit 1" INT 117 trap "sudo chown -R `whoami` $DIR; exit 1" ERR 117 118 # On smbfs, this might succeed just fine but make no actual changes, 118 119 # so we might have to temporarily copy the driver to a local directory. … … 154 155 #sudo chmod 666 /dev/vboxdrv 155 156 kextstat | grep org.virtualbox.kext 157 if [ -n "${VBOX_DARWIN_SYMS}" -a "$XNU_VERSION" -ge "10" ]; then 158 dsymutil -o "${VBOX_DARWIN_SYMS}/${DRVNAME}.dSYM" "${DIR}/Contents/MacOS/`basename -s .kext ${DRVNAME}`" 159 sync 160 fi 156 161
Note:
See TracChangeset
for help on using the changeset viewer.