aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <Zlogene@users.noreply.github.com>2018-05-24 20:39:26 +0300
committerGöktürk Yüksek <gokturk@gentoo.org>2018-06-14 14:38:47 -0400
commit94bc3cc1d5939531b437a00decdedda7ff67f640 (patch)
tree29b82a96a26801dac6ede9e7ff208730fe18b355 /quickstart/text.xml
parentReplace the references to 'system' with '@system' (diff)
downloaddevmanual-94bc3cc1d5939531b437a00decdedda7ff67f640.tar.gz
devmanual-94bc3cc1d5939531b437a00decdedda7ff67f640.tar.bz2
devmanual-94bc3cc1d5939531b437a00decdedda7ff67f640.zip
quickstart: Remove einstall reference
It is banned since EAPI=6, older EAPIs are deprecated.
Diffstat (limited to 'quickstart/text.xml')
-rw-r--r--quickstart/text.xml3
1 files changed, 1 insertions, 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=&quot;${D}&quot;
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>