diff options
Diffstat (limited to 'emulators/vmware2/Makefile')
-rw-r--r-- | emulators/vmware2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/vmware2/Makefile b/emulators/vmware2/Makefile index ee9f2c7e8912..8c3e94090f8a 100644 --- a/emulators/vmware2/Makefile +++ b/emulators/vmware2/Makefile @@ -76,6 +76,7 @@ setoptions: ${FILESDIR}/vmware.sh > ${WRKDIR}/vmware.sh ${SED} -e 's;@@PREFIX@@;${PREFIX};' \ + -e 's;@@LINUX_DIR@@;${LINUX_DIR};' \ ${FILESDIR}/vmware > ${WRKDIR}/vmware pre-install: setoptions |