From 47c7de3ef10d5d4a7a6147012f469c94995d475f Mon Sep 17 00:00:00 2001 From: Makoto Matsushita Date: Sat, 26 Nov 2005 13:23:43 +0000 Subject: Ah.. fix my cut-n-paste error, vmxnet.ko cannot be installed. PR: 89572 Submitted by: NIIMI Satoshi Pointyhat to: matusita --- emulators/vmware-guestd5/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulators/vmware-guestd5') diff --git a/emulators/vmware-guestd5/Makefile b/emulators/vmware-guestd5/Makefile index 1b9f80c5157a..8a551f606396 100644 --- a/emulators/vmware-guestd5/Makefile +++ b/emulators/vmware-guestd5/Makefile @@ -234,7 +234,7 @@ do-install: .endif .if defined(WITH_VMWARE_VMXNET) ${MKDIR} ${VMWARE_KMODDIR} - ${INSTALL_PROGRAM} ${WRKDIR}/lib/modules/binary/FreeBSD${VMWARE_VMXNET_PATH} ${VMWARE_KMODDIR} + ${INSTALL_PROGRAM} ${WRKSRC}/lib/modules/binary/FreeBSD${VMWARE_VMXNET_PATH} ${VMWARE_KMODDIR} .endif @${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ ${FILESDIR}/vmware-guestd.sh > ${WRKDIR}/vmware-guestd.sh -- cgit v1.2.3