diff options
author | 2005-10-27 15:06:59 +0000 | |
---|---|---|
committer | 2005-10-27 15:06:59 +0000 | |
commit | 36a9fed3129bb2fc77ccdb5f1d924eec6d3ef8dd (patch) | |
tree | b52cb367a973a2ae6f2e69bb8404c3e9bdbb919f /net-zope | |
parent | Sourcedir fix for zope (diff) | |
download | overlay-36a9fed3129bb2fc77ccdb5f1d924eec6d3ef8dd.tar.gz overlay-36a9fed3129bb2fc77ccdb5f1d924eec6d3ef8dd.tar.bz2 overlay-36a9fed3129bb2fc77ccdb5f1d924eec6d3ef8dd.zip |
Sourcedir fix for zope
svn path=/; revision=490
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/zope/zope-3.1.0.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net-zope/zope/zope-3.1.0.ebuild b/net-zope/zope/zope-3.1.0.ebuild index fecc6cb..2d44d08 100644 --- a/net-zope/zope/zope-3.1.0.ebuild +++ b/net-zope/zope/zope-3.1.0.ebuild @@ -27,12 +27,17 @@ ZSKELDIR=${ZSERVDIR}/zopeskel ZINSTDIR=/var/lib/zope/${PN} src_compile() { + + cd ${S} + ./configure --prefix=${D}${ZSERVDIR} --with-python=/usr/bin/python2.4 || die "Failed to configure." emake || die "Failed to compile." } src_install() { + cd ${S} + dodoc README.txt dodoc Zope/doc/*.txt for DIR in schema security skins style zcml zstyle |