From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3A065138A1F for ; Tue, 22 Apr 2014 20:14:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D858E0968; Tue, 22 Apr 2014 20:14:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BDA68E0968 for ; Tue, 22 Apr 2014 20:14:46 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1EF233FF93 for ; Tue, 22 Apr 2014 20:14:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 7C4BE1818D for ; Tue, 22 Apr 2014 20:14:44 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1398197672.3796fa07e461a0eb1933ccd84feba61d70f0366f.grobian@gentoo> Subject: [gentoo-commits] proj/portage:prefix commit in: pym/ X-VCS-Repository: proj/portage X-VCS-Files: pym/Makefile.in X-VCS-Directories: pym/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 3796fa07e461a0eb1933ccd84feba61d70f0366f X-VCS-Branch: prefix Date: Tue, 22 Apr 2014 20:14:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e0117bd5-10d6-46e4-8ad3-099c22e66994 X-Archives-Hash: 68ad6f6bb2c0d859297c709b3c95beba commit: 3796fa07e461a0eb1933ccd84feba61d70f0366f Author: Fabian Groffen gentoo org> AuthorDate: Tue Apr 22 20:14:32 2014 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue Apr 22 20:14:32 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=3796fa07 pym: install ALL files --- pym/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/Makefile.in b/pym/Makefile.in index 4db3a75..c1025f6 100644 --- a/pym/Makefile.in +++ b/pym/Makefile.in @@ -27,7 +27,7 @@ install: $(INSTALL_subst) \ -o "$(portageuser)" -g "$(portagegroup)" \ -t "$(DESTDIR)$(PORTAGE_PYM)/$${f}" \ - "$(srcdir)/$${f}"/*.py \ + "$(srcdir)/$${f}"/* \ ; done .PHONY: all install