diff options
author | Radoslaw Stachowiak <radek@gentoo.org> | 2004-10-08 09:59:46 +0000 |
---|---|---|
committer | Radoslaw Stachowiak <radek@gentoo.org> | 2004-10-08 09:59:46 +0000 |
commit | a70a2c680e1f943b9cbc9f697e1956aa40882974 (patch) | |
tree | c154cd3dfbb7de44654169fcb8196a7043d73080 /net-zope/portaltransforms/portaltransforms-1.0.4.ebuild | |
parent | multilib fixes (diff) | |
download | historical-a70a2c680e1f943b9cbc9f697e1956aa40882974.tar.gz historical-a70a2c680e1f943b9cbc9f697e1956aa40882974.tar.bz2 historical-a70a2c680e1f943b9cbc9f697e1956aa40882974.zip |
fixed bug with missing tool.gif
Diffstat (limited to 'net-zope/portaltransforms/portaltransforms-1.0.4.ebuild')
-rw-r--r-- | net-zope/portaltransforms/portaltransforms-1.0.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-zope/portaltransforms/portaltransforms-1.0.4.ebuild b/net-zope/portaltransforms/portaltransforms-1.0.4.ebuild index 65e035eff0a5..2d4294cbd50e 100644 --- a/net-zope/portaltransforms/portaltransforms-1.0.4.ebuild +++ b/net-zope/portaltransforms/portaltransforms-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/portaltransforms/portaltransforms-1.0.4.ebuild,v 1.2 2004/09/24 21:09:14 batlogg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/portaltransforms/portaltransforms-1.0.4.ebuild,v 1.3 2004/10/08 09:59:46 radek Exp $ inherit zproduct @@ -40,5 +40,6 @@ src_install() { DIR=`ls -d build/scripts*` S=${S}/build dobin ${DIR}/transform S=${S}/build/lib/Products zproduct_src_install all - cp -a ${S}/{zope,www,skins} ${D}/${ZP_DIR}/${PF}/PortalTransforms + cp -a ${S}/{zope,www,skins} ${D}/${ZP_DIR}/${PF}/${MY_PN} + cp ${S}/tool.gif ${D}/${ZP_DIR}/${PF}/${MY_PN} } |