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 1RmJI0-0006Ub-ER for garchives@archives.gentoo.org; Sun, 15 Jan 2012 06:10:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 947A4E0655; Sun, 15 Jan 2012 06:09:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 64D5DE0655 for ; Sun, 15 Jan 2012 06:09:50 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B125F1B400E for ; Sun, 15 Jan 2012 06:09:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id DBD8880042 for ; Sun, 15 Jan 2012 06:09:48 +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: <3c2730e1cc1cc31df61ed7fe4598a68dbd375444.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: 3c2730e1cc1cc31df61ed7fe4598a68dbd375444 Date: Sun, 15 Jan 2012 06:09:48 +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: d4568ce1-751f-462c-b823-bf0080e8e4f7 X-Archives-Hash: 45e8c17d0ecff6ef4ecefbf7dc23f98b commit: 3c2730e1cc1cc31df61ed7fe4598a68dbd375444 Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Thu Jan 5 17:52:32 2012 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Thu Jan 5 17:52:32 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/pms.git;a=3Dc= ommit;h=3D3c2730e1 dolib: Mention DESTTREE. dolib installs the libraries listed in its arguments in a subdirectory of DESTTREE. --- pkg-mgr-commands.tex | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index 724281d..f278e19 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -306,11 +306,11 @@ that can be passed to \t{dohtml} are as follows: for other EAPIs, behaviour is undefined if any symlink is encountere= d. Failure behaviour is EAPI dependent as per section~\ref{sec:failure-behaviou= r}. =20 -\item[dolib] For each argument, installs it into the appropriate library= directory as determined by - Algorithm~\ref{alg:ebuild-libdir}, by default with file mode \t{0644= }. This can be overridden by - setting \t{LIBOPTIONS} with the \t{libopts} function. Any symlinks a= re installed into the same - directory as relative links to their original target. Failure behavi= our is EAPI dependent as per - section~\ref{sec:failure-behaviour}. +\item[dolib] For each argument, installs it into the appropriate library= subdirectory under + \t{DESTTREE}, as determined by Algorithm~\ref{alg:ebuild-libdir}. Th= e file mode is \t{0644} + by default. This can be overridden by setting \t{LIBOPTIONS} with th= e \t{libopts} function. + Any symlinks are installed into the same directory as relative links= to their original target. + Failure behaviour is EAPI dependent as per section~\ref{sec:failure-= behaviour}. =20 \item[dolib.so] As for dolib except each file is installed with mode \t{= 0755}. =20