diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-17 06:09:06 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-17 06:09:06 +0000 |
commit | 8dbaa24496e939dff3fcb92df26f8e13e8b216cb (patch) | |
tree | fc796580d9e232c8c0a1ef24921c0416946b2d4b /emulators/linux_base-suse-9.3 | |
parent | 6c9bcdd276628263e1d9815fe01c224b845def97 (diff) |
Change PREFIX to /usr/compat/linux as the compat bits are really intended
to live in /usr rather than /.
Notes
Notes:
svn path=/head/; revision=25923
Diffstat (limited to 'emulators/linux_base-suse-9.3')
-rw-r--r-- | emulators/linux_base-suse-9.3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux_base-suse-9.3/Makefile b/emulators/linux_base-suse-9.3/Makefile index 8a29232ab236..62ce5f417395 100644 --- a/emulators/linux_base-suse-9.3/Makefile +++ b/emulators/linux_base-suse-9.3/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= rpm:${PORTSDIR}/misc/rpm ONLY_FOR_ARCHS= alpha i386 DIST_SUBDIR= rpm -PREFIX= /compat/linux +PREFIX= /usr/compat/linux EXTRACT_ONLY= NO_BUILD= yes NO_FILTER_SHLIBS= yes |