Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:prefix commit in: pym/
Date: Fri, 27 Apr 2012 15:53:54
Message-Id: 1335541928.4025638c00de5e9e21ef419a5b107141525283ca.grobian@gentoo
1 commit: 4025638c00de5e9e21ef419a5b107141525283ca
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 27 15:52:08 2012 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 27 15:52:08 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=4025638c
7
8 build-sys: avoid harmless error message during install
9
10 Different way to fix #411817 by just avoiding to list a directory that
11 won't contain python files.
12
13 ---
14 pym/Makefile.in | 2 +-
15 1 files changed, 1 insertions(+), 1 deletions(-)
16
17 diff --git a/pym/Makefile.in b/pym/Makefile.in
18 index aa903bb..ce8fa39 100644
19 --- a/pym/Makefile.in
20 +++ b/pym/Makefile.in
21 @@ -17,7 +17,7 @@ INSTALL = @INSTALL@
22 INSTALL_subst = ${top_builddir}/subst-install
23
24 list_sourcedir_dirs = \
25 - ( cd "$(srcdir)" && find . -name '.svn' -prune -o -type d -print )
26 + ( cd "$(srcdir)" && find . -name '.git' -prune -o -type d -print | sed 's#^./\?##' )
27
28 all: