Changeset 8447 in vbox for trunk/src/VBox/HostDrivers/Support/linux/build_in_tmp
- Timestamp:
- Apr 29, 2008 9:06:16 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 30304
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/build_in_tmp
r8155 r8447 34 34 then 35 35 echo "Attempting to install using DKMS" 36 status=`$DKMS status -m vboxdrv-v _VERSION_`36 status=`$DKMS status -m _MODULE_ -v _VERSION_` 37 37 if echo $status | grep added > /dev/null || 38 38 echo $status | grep built > /dev/null || 39 39 echo $status | grep installed > /dev/null 40 40 then 41 $DKMS remove -m vboxdrv-v _VERSION_ --all41 $DKMS remove -m _MODULE_ -v _VERSION_ --all 42 42 fi 43 if $DKMS add -m vboxdrv-v _VERSION_ &&44 $DKMS build -m vboxdrv-v _VERSION_ &&45 $DKMS install -m vboxdrv-v _VERSION_ --force43 if $DKMS add -m _MODULE_ -v _VERSION_ && 44 $DKMS build -m _MODULE_ -v _VERSION_ && 45 $DKMS install -m _MODULE_ -v _VERSION_ --force 46 46 then 47 47 exit 0
Note:
See TracChangeset
for help on using the changeset viewer.