commit: 94bc3cc1d5939531b437a00decdedda7ff67f640
Author: Mikle Kolyada <Zlogene <AT> users <DOT> noreply <DOT> github <DOT>
com>
AuthorDate: Thu May 24 17:39:26 2018 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Thu Jun 14 18:38:47 2018 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=94bc3cc1
quickstart: Remove einstall reference
It is banned since EAPI=6, older EAPIs are deprecated.
quickstart/text.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/quickstart/text.xml b/quickstart/text.xml
index fd7e677..b82185d 100644
--- a/quickstart/text.xml
+++ b/quickstart/text.xml
@@ -153,8 +153,7 @@ this <d/> see <uri
link="::general-concepts/install-destinations"/> and
<note>
The canonical install method is <c>emake DESTDIR="${D}"
install</c>. This will work with any properly written standard
-<c>Makefile</c>. If this gives sandbox errors, try <c>einstall</c>
-instead. If this still fails, see <uri
+<c>Makefile</c>. If this gives sandbox errors, see <uri
link="::ebuild-writing/functions/src_install/"/> for how to do manual
installs.
</note>