Changeset 73013 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Jul 9, 2018 3:46:16 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile.include.header
r69565 r73013 137 137 138 138 # Kernel build folder 139 KERN_DIR := /lib/modules/$(KERN_VER)/build 139 ifeq ($(KERN_DIR),) 140 KERN_DIR := /lib/modules/$(KERN_VER)/build 141 endif 140 142 ifneq ($(shell if test -d $(KERN_DIR); then echo yes; fi),yes) 141 143 $(error Error: unable to find the headers of the Linux kernel to build against. \
Note:
See TracChangeset
for help on using the changeset viewer.