commit: 3796fa07e461a0eb1933ccd84feba61d70f0366f
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 22 20:14:32 2014 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> 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