VirtualBox

Changeset 20006 in vbox


Ignore:
Timestamp:
May 25, 2009 3:34:31 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
47725
Message:

debian: OSE fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debian/postinst

    r18047 r20006  
    9090          touch /etc/vbox/module_not_compiled
    9191          # 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
    92104        fi
    93105      fi
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette