Changeset 24361 in vbox for trunk/src/VBox/HostDrivers/linux
- Timestamp:
- Nov 5, 2009 12:14:18 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 54385
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/linux/build_in_tmp
r23850 r24361 22 22 # Attempt to build using DKMS first 23 23 DKMS=`which dkms 2>/dev/null` 24 if [ "$1" = "--no-dkms" ]; then 25 shift 26 DKMS="" 27 fi 24 28 if [ -n "$DKMS" ] 25 29 then
Note:
See TracChangeset
for help on using the changeset viewer.