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 1LmUOF-0000r4-1R for garchives@archives.gentoo.org; Wed, 25 Mar 2009 14:47:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EE39E0684; Wed, 25 Mar 2009 14:47:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 87935E0684 for ; Wed, 25 Mar 2009 14:47:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 256C164A00 for ; Wed, 25 Mar 2009 14:47:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -2.337 X-Spam-Level: X-Spam-Status: No, score=-2.337 required=5.5 tests=[AWL=0.262, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HvF7iT-LYebs for ; Wed, 25 Mar 2009 14:47:27 +0000 (UTC) Received: from cicero2.cybercity.dk (cicero2.cybercity.dk [212.242.40.53]) by smtp.gentoo.org (Postfix) with ESMTP id 1CD8D64FA0 for ; Wed, 25 Mar 2009 14:47:23 +0000 (UTC) Received: from shuttle.zlin.dk (port78.ds1-abs.adsl.cybercity.dk [212.242.227.17]) by cicero2.cybercity.dk (Postfix) with ESMTP id E2D1519E02B; Wed, 25 Mar 2009 15:47:21 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by shuttle.zlin.dk (Postfix) with ESMTP id 88BB010407A; Wed, 25 Mar 2009 14:47:21 +0000 (UTC) Received: from shuttle.zlin.dk ([127.0.0.1]) by localhost (shuttle.zlin.dk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NO4TR2Ph0B6F; Wed, 25 Mar 2009 14:47:21 +0000 (UTC) Received: by shuttle.zlin.dk (Postfix, from userid 1000) id 67CD4105B98; Wed, 25 Mar 2009 14:47:21 +0000 (UTC) From: =?utf-8?q?Bo=20=C3=98rsted=20Andresen?= To: gentoo-pms@lists.gentoo.org Cc: =?utf-8?q?Bo=20=C3=98rsted=20Andresen?= Subject: [gentoo-pms] [PATCH 3/4] domo renames files during install. Date: Wed, 25 Mar 2009 15:47:20 +0100 Message-Id: <1237992441-20341-3-git-send-email-bo.andresen@zlin.dk> X-Mailer: git-send-email 1.6.1.2 In-Reply-To: <1237992441-20341-2-git-send-email-bo.andresen@zlin.dk> References: <1237992441-20341-1-git-send-email-bo.andresen@zlin.dk> <1237992441-20341-2-git-send-email-bo.andresen@zlin.dk> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Package Manager Specification discussions X-BeenThere: gentoo-pms@gentoo.org X-BeenThere: gentoo-pms@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: aa49ee23-664a-4cb8-a3d6-92f3a692ef7d X-Archives-Hash: 1c83862e95b2c6834945c0a057b1130d From: Bo =C3=98rsted Andresen --- pkg-mgr-commands.tex | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index ac24055..5ee43c8 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -266,7 +266,8 @@ that can be passed to \t{dohtml} are as follows: =20 \item[domo] Installs a \t{.mo} file with file mode \t{0644} into the app= ropriate subdirectory of \t{DESTTREE/share/locale}, generated by taking the basename of the f= ile, removing the \t{.*} - suffix, and appending \t{/LC\_MESSAGES}. + suffix, and appending \t{/LC\_MESSAGES}. The name of the installed f= iles is the package name + with \t{.mo} appended. =20 \item[dosbin] As \t{dobin}, but installs to \t{DESTTREE/sbin}. =20 --=20 1.6.2.1