Changeset 58820 in vbox for trunk/src/VBox/Additions/linux/installer
- Timestamp:
- Nov 23, 2015 12:51:11 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 104276
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r58359 r58820 378 378 chcon -t bin_t "$BUILDINTMP" > /dev/null 2>&1 379 379 380 setup_modules || \ 380 if setup_modules; then 381 mod_succ=0 382 else 383 mod_succ=1 381 384 show_error "Please check that you have gcc, make, the header files for your Linux kernel and possibly perl installed." 382 mod_succ="$?"385 fi 383 386 extra_setup 384 387 if [ "$mod_succ" -eq "0" ]; then
Note:
See TracChangeset
for help on using the changeset viewer.