public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/portage:prefix commit in: pym/
Date: Fri, 27 Apr 2012 15:53:36 +0000 (UTC)	[thread overview]
Message-ID: <1335541928.4025638c00de5e9e21ef419a5b107141525283ca.grobian@gentoo> (raw)

commit:     4025638c00de5e9e21ef419a5b107141525283ca
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 27 15:52:08 2012 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Apr 27 15:52:08 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=4025638c

build-sys: avoid harmless error message during install

Different way to fix #411817 by just avoiding to list a directory that
won't contain python files.

---
 pym/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pym/Makefile.in b/pym/Makefile.in
index aa903bb..ce8fa39 100644
--- a/pym/Makefile.in
+++ b/pym/Makefile.in
@@ -17,7 +17,7 @@ INSTALL = @INSTALL@
 INSTALL_subst = ${top_builddir}/subst-install
 
 list_sourcedir_dirs = \
-	( cd "$(srcdir)" && find . -name '.svn' -prune -o -type d -print )
+	( cd "$(srcdir)" && find . -name '.git' -prune -o -type d -print | sed 's#^./\?##' )
 
 all:
 



             reply	other threads:[~2012-04-27 15:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-27 15:53 Fabian Groffen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-07-08 17:00 [gentoo-commits] proj/portage:prefix commit in: pym/ Fabian Groffen
2014-04-22 20:14 Fabian Groffen
2014-04-22 20:30 Fabian Groffen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1335541928.4025638c00de5e9e21ef419a5b107141525283ca.grobian@gentoo \
    --to=grobian@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox