diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 2000-02-18 18:14:07 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2000-02-18 18:14:07 +0000 |
commit | 7c9c2cf2a853e66e6aab66b60eabae80cc2d44dd (patch) | |
tree | 57f2605233c4e0766e27283b4198cb4dc44ac0f1 /emulators/linux_base-suse-9.2 | |
parent | Change according to xemacs21 version up (diff) |
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!
Notes
Notes:
svn path=/head/; revision=25985
Diffstat (limited to 'emulators/linux_base-suse-9.2')
-rw-r--r-- | emulators/linux_base-suse-9.2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux_base-suse-9.2/Makefile b/emulators/linux_base-suse-9.2/Makefile index 97f6c6b70560..1a20e5263d46 100644 --- a/emulators/linux_base-suse-9.2/Makefile +++ b/emulators/linux_base-suse-9.2/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 |