Gentoo Archives: gentoo-commits

From: Magnus Granberg <zorry@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/zorry:master commit in: ebuild/dev-python/gobs/
Date: Sun, 28 Aug 2011 22:45:22
Message-Id: 27f9cff1c150f403948c8e998bf39db3a05006c6.zorry@gentoo
1 commit: 27f9cff1c150f403948c8e998bf39db3a05006c6
2 Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 28 22:44:58 2011 +0000
4 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 28 22:44:58 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/zorry.git;a=commit;h=27f9cff1
7
8 add distutils_src_install in src_install
9
10 ---
11 ebuild/dev-python/gobs/gobs-9999.ebuild | 2 ++
12 1 files changed, 2 insertions(+), 0 deletions(-)
13
14 diff --git a/ebuild/dev-python/gobs/gobs-9999.ebuild b/ebuild/dev-python/gobs/gobs-9999.ebuild
15 index 8780338..9ced40d 100644
16 --- a/ebuild/dev-python/gobs/gobs-9999.ebuild
17 +++ b/ebuild/dev-python/gobs/gobs-9999.ebuild
18 @@ -45,4 +45,6 @@ src_install() {
19 dosbin ${S}/gobs/bin/gobs_buildquerys || die
20 dodoc ${S}/gobs/sql/pgdump.sql.gz || die
21 dodoc ${S}/gobs/doc/Setup.txt || die
22 +
23 + distutils_src_install
24 }
25 \ No newline at end of file