recommend people use `emake` rather than `make` when installing with DESTDIR
authorMike Frysinger <vapier@gentoo.org>
Tue, 31 Oct 2006 20:35:27 +0000 (20:35 -0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 31 Oct 2006 20:35:27 +0000 (20:35 -0000)
svn path=/main/trunk/; revision=4889

man/ebuild.5

index c69c6d32912a22a1297e03c44bac4c7a32fdb267..0c8031151475d8ea9cf746c1a2fa0eb755d19d70 100644 (file)
@@ -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.