Gentoo Archives: gentoo-pms

From: "Bo Ørsted Andresen" <bo.andresen@××××.dk>
To: gentoo-pms@l.g.o
Cc: "Bo Ørsted Andresen" <zlin@×××××××.org>
Subject: [gentoo-pms] [PATCH 3/4] domo renames files during install.
Date: Wed, 25 Mar 2009 14:47:35
Message-Id: 1237992441-20341-3-git-send-email-bo.andresen@zlin.dk
In Reply to: [gentoo-pms] [PATCH 2/4] Minor wording/formatting fixes. by "Bo Ørsted Andresen"
1 From: Bo Ørsted Andresen <zlin@×××××××.org>
2
3 ---
4 pkg-mgr-commands.tex | 3 ++-
5 1 files changed, 2 insertions(+), 1 deletions(-)
6
7 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
8 index ac24055..5ee43c8 100644
9 --- a/pkg-mgr-commands.tex
10 +++ b/pkg-mgr-commands.tex
11 @@ -266,7 +266,8 @@ that can be passed to \t{dohtml} are as follows:
12
13 \item[domo] Installs a \t{.mo} file with file mode \t{0644} into the appropriate subdirectory of
14 \t{DESTTREE/share/locale}, generated by taking the basename of the file, removing the \t{.*}
15 - suffix, and appending \t{/LC\_MESSAGES}.
16 + suffix, and appending \t{/LC\_MESSAGES}. The name of the installed files is the package name
17 + with \t{.mo} appended.
18
19 \item[dosbin] As \t{dobin}, but installs to \t{DESTTREE/sbin}.
20
21 --
22 1.6.2.1

Replies

Subject Author
[gentoo-pms] [PATCH 4/4] Add missing installation commands. "Bo Ørsted Andresen" <bo.andresen@××××.dk>