From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SAzXl-0004QE-CC for garchives@archives.gentoo.org; Fri, 23 Mar 2012 08:08:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED563E0796; Fri, 23 Mar 2012 08:08:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B93F2E0796 for ; Fri, 23 Mar 2012 08:08:08 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27FF21B401B for ; Fri, 23 Mar 2012 08:08:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 81F39E5403 for ; Fri, 23 Mar 2012 08:08:06 +0000 (UTC) From: "Ulrich Mueller" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" Message-ID: <1332096152.d8ced362c3b2fb1024ccc8251ec430948f3e1ccf.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pkg-mgr-commands.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: d8ced362c3b2fb1024ccc8251ec430948f3e1ccf X-VCS-Branch: master Date: Fri, 23 Mar 2012 08:08:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 188d3cd1-f33c-4943-aa33-ff503bb8befe X-Archives-Hash: 3aa3d7183b6b101fb043e437b585ff38 commit: d8ced362c3b2fb1024ccc8251ec430948f3e1ccf Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Sun Mar 18 17:22:37 2012 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Sun Mar 18 18:42:32 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/pms.git;a=3Dc= ommit;h=3Dd8ced362 Fix listing for einstall, bug 340347. --- pkg-mgr-commands.tex | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index f278e19..37c1b13 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -205,14 +205,20 @@ has returned. available in EAPIs that support offset-prefix installations as liste= d in Table~\ref{tab:offset-env-vars-table}, hence EAPIs lacking offset-pr= efix support should use \t{D} instead of \t{ED} in the command given in Listing~\ref{lst:einstall}= . + Variable \t{libdir} is an auxiliary local variable whose value is de= termined by + Algorithm~\ref{alg:ebuild-libdir}. \begin{listing}[H] \caption{einstall command}\label{lst:einstall} \begin{verbatim} emake \ prefix=3D"${ED}"/usr \ + datadir=3D"${ED}"/usr/share \ mandir=3D"${ED}"/usr/share/man \ infodir=3D"${ED}"/usr/share/info \ - libdir=3D"${ED}"/usr/$(get_libdir) \ + libdir=3D"${ED}"/usr/${libdir} \ + localstatedir=3D"${ED}"/var/lib \ + sysconfdir=3D"${ED}"/etc \ + -j1 \ "$@" \ install \end{verbatim}