Changeset 20006 in vbox
- Timestamp:
- May 25, 2009 3:34:31 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 47725
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debian/postinst
r18047 r20006 90 90 touch /etc/vbox/module_not_compiled 91 91 # don't abort the installation! 92 else 93 echo "** Compiling vboxnetadp" >> /var/log/vbox-install.log 94 if ! /usr/share/virtualbox/src/vboxnetadp/build_in_tmp \ 95 --use-module-symvers /tmp/vboxdrv-Module.symvers \ 96 --no-print-directory KBUILD_VERBOSE= \ 97 install >> /var/log/vbox-install.log 2>&1; then 98 db_fset virtualbox/module-compilation-failed seen false 99 db_input critical virtualbox/module-compilation-failed || true 100 db_go || true 101 touch /etc/vbox/module_not_compiled 102 # don't abort the installation! 103 fi 92 104 fi 93 105 fi
Note:
See TracChangeset
for help on using the changeset viewer.