diff options
author | marcel <marcel@FreeBSD.org> | 2000-02-19 02:14:07 +0800 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2000-02-19 02:14:07 +0800 |
commit | 4ecb727dd18374022f00857e46883d2d55b04e97 (patch) | |
tree | a49dbf47615ead50e180f767e66edc4a93e90a22 /emulators/linux_base-8 | |
parent | ef7a755a486f883c0d5e99dbe79bda55c61d920c (diff) | |
download | freebsd-ports-graphics-4ecb727dd18374022f00857e46883d2d55b04e97.tar.gz freebsd-ports-graphics-4ecb727dd18374022f00857e46883d2d55b04e97.tar.zst freebsd-ports-graphics-4ecb727dd18374022f00857e46883d2d55b04e97.zip |
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!
Diffstat (limited to 'emulators/linux_base-8')
-rw-r--r-- | emulators/linux_base-8/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile index 97f6c6b7056..1a20e5263d4 100644 --- a/emulators/linux_base-8/Makefile +++ b/emulators/linux_base-8/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 |