diff options
Diffstat (limited to 'app-emulation/vmware-modules/files')
-rw-r--r-- | app-emulation/vmware-modules/files/patches/000_all_makefile-include-directory.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/vmware-modules/files/patches/000_all_makefile-include-directory.patch b/app-emulation/vmware-modules/files/patches/000_all_makefile-include-directory.patch index a2a981d67d1d..42ad13cdf2ac 100644 --- a/app-emulation/vmware-modules/files/patches/000_all_makefile-include-directory.patch +++ b/app-emulation/vmware-modules/files/patches/000_all_makefile-include-directory.patch @@ -6,7 +6,7 @@ diff -uNr Makefile Makefile # Header directory for the running kernel -HEADER_DIR = /lib/modules/$(VM_UNAME)/build/include -+HEADER_DIR = /usr/src/linux/include ++HEADER_DIR = ${KERNEL_DIR}/include BUILD_DIR = $(HEADER_DIR)/.. |