Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:prefix commit in: bin/
Date: Tue, 03 Apr 2012 18:09:39
Message-Id: 1333476558.85b951b73f528a3c97156a7644d7eac16ed835c0.grobian@gentoo
1 commit: 85b951b73f528a3c97156a7644d7eac16ed835c0
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 3 18:09:18 2012 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 3 18:09:18 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=85b951b7
7
8 Makefile: fix install location of emerge-webrsync, bug #410669
9
10 ---
11 bin/Makefile.in | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/bin/Makefile.in b/bin/Makefile.in
15 index ab2f3b7..bd751c9 100644
16 --- a/bin/Makefile.in
17 +++ b/bin/Makefile.in
18 @@ -20,6 +20,7 @@ usr_binprogs = \
19 ebuild \
20 egencache \
21 emerge \
22 + emerge-webrsync \
23 portageq \
24 quickpkg \
25 repoman
26 @@ -28,7 +29,6 @@ usr_sbinprogs = \
27 archive-conf \
28 dispatch-conf \
29 emaint \
30 - emerge-webrsync \
31 env-update \
32 etc-update \
33 fixpackages \