From 9ebf3c1194e8c2ad24fd2f0459049172464632df Mon Sep 17 00:00:00 2001 From: Max Khon Date: Tue, 21 Oct 2003 17:36:03 +0000 Subject: Restore loop.fullpath and libdir fixes. --- emulators/vmware3/files/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emulators/vmware3/files/config b/emulators/vmware3/files/config index 66c1a93c6b33..98cf7ee60a34 100644 --- a/emulators/vmware3/files/config +++ b/emulators/vmware3/files/config @@ -1,7 +1,7 @@ vmware.fullpath = "@@PREFIX@@/lib/vmware/bin/vmware" wizard.fullpath = "@@PREFIX@@/lib/vmware/bin/vmware-wizard" dhcpd.fullpath = "@@PREFIX@@/lib/vmware/bin/vmnet-dhcpd" -loop.fullpath = ""@@PREFIX@@/lib/vmware/bin/vmware-loop" -libdir = "@@PREFIX@@/lib/vmware/lib" +loop.fullpath = "@@PREFIX@@/lib/vmware/bin/vmware-loop" +libdir = "@@PREFIX@@/lib/vmware" vmnet1.HostOnlyAddress = "@@HOST_IP@@" vmnet1.HostOnlyNetMask = "@@NETMASK@@" -- cgit v1.2.3