From da9472b2c03080d27823314b77559074b79c7124 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Fri, 22 Sep 2006 22:36:10 +0000 Subject: Updated patch fixing bug #148613, thanks to Alon Bar-Lev. Package-Manager: portage-2.1.2_pre1 --- .../files/patches/000_all_makefile-include-directory.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-emulation/vmware-modules/files') 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)/.. -- cgit v1.2.3-65-gdbad