diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-10-31 20:35:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-10-31 20:35:27 +0000 |
commit | 3389688b4d1874a2f47c7de96537922ab280cb7d (patch) | |
tree | b6e8e9ba5795343859876b345b29d4082136fb36 | |
parent | bd5e3c6cd5b15fb8a5bfcf19bbcc779cd742fe3d (diff) | |
download | portage-3389688b4d1874a2f47c7de96537922ab280cb7d.tar.gz portage-3389688b4d1874a2f47c7de96537922ab280cb7d.tar.bz2 portage-3389688b4d1874a2f47c7de96537922ab280cb7d.zip |
recommend people use `emake` rather than `make` when installing with DESTDIR
svn path=/main/trunk/; revision=4889
-rw-r--r-- | man/ebuild.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5 index c69c6d329..0c8031151 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -616,7 +616,7 @@ make \\ \fImake options\fR \\ install .fi -Please do \fBnot\fR use this in place of 'make install DESTDIR=${D}'. +Please do \fBnot\fR use this in place of 'emake install DESTDIR=${D}'. That is the preferred way of installing make-based packages. Also, do not utilize the \fIEXTRA_EINSTALL\fR variable since it is for users. |