From 7c9c2cf2a853e66e6aab66b60eabae80cc2d44dd Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Fri, 18 Feb 2000 18:14:07 +0000 Subject: Revert to using /compat/linux instead of /usr/compat/linux. The linuxulator uses /compat/linux and /compat may be a link (it is on fresh installs) and may not point to /usr/compat at all. Also, linux_devtools still uses /compat/linux. If the prefix is changed to something other than /compat/linux, make sure it's changed in all relevant places! --- emulators/linux_base/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulators/linux_base') diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile index 97f6c6b70560..1a20e5263d46 100644 --- a/emulators/linux_base/Makefile +++ b/emulators/linux_base/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= rpm:${PORTSDIR}/misc/rpm ONLY_FOR_ARCHS= alpha i386 DIST_SUBDIR= rpm -PREFIX= /usr/compat/linux +PREFIX= /compat/linux EXTRACT_ONLY= NO_BUILD= yes NO_FILTER_SHLIBS= yes -- cgit v1.2.3