Changeset 54339 in vbox for trunk/src/VBox/HostDrivers/linux
- Timestamp:
- Feb 20, 2015 6:10:12 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98427
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/linux/load.sh
r48952 r54339 24 24 25 25 set -e 26 kmk-C "${MY_DIR}/src/vboxdrv" "$@"26 make -C "${MY_DIR}/src/vboxdrv" "$@" 27 27 sudo make -C "${MY_DIR}/src/" unload 28 28 echo "Installing SUPDrv (aka VBoxDrv/vboxdrv)"
Note:
See TracChangeset
for help on using the changeset viewer.