diff options
author | Geert Bevin <gbevin@gentoo.org> | 2002-01-14 19:48:13 +0000 |
---|---|---|
committer | Geert Bevin <gbevin@gentoo.org> | 2002-01-14 19:48:13 +0000 |
commit | 9f1384dba889ef18082e5ebc37e5550979cbbe03 (patch) | |
tree | 990de405a8e7cbb0f1af1d94cf11999260daaec2 /net-mail/evolution | |
parent | updated, removed old version (diff) | |
download | gentoo-2-9f1384dba889ef18082e5ebc37e5550979cbbe03.tar.gz gentoo-2-9f1384dba889ef18082e5ebc37e5550979cbbe03.tar.bz2 gentoo-2-9f1384dba889ef18082e5ebc37e5550979cbbe03.zip |
fixed sandbox violation about kde applink installation
Diffstat (limited to 'net-mail/evolution')
-rw-r--r-- | net-mail/evolution/evolution-1.0.1-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mail/evolution/evolution-1.0.1-r1.ebuild b/net-mail/evolution/evolution-1.0.1-r1.ebuild index bb77b0bd894a..3d455b51e4c1 100644 --- a/net-mail/evolution/evolution-1.0.1-r1.ebuild +++ b/net-mail/evolution/evolution-1.0.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Mikael Hallendal <hallski@gentoo.org>, Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.0.1-r1.ebuild,v 1.1 2002/01/14 14:13:08 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.0.1-r1.ebuild,v 1.2 2002/01/14 19:48:13 gbevin Exp $ DB3=db-3.1.17 S=${WORKDIR}/${P} @@ -113,6 +113,7 @@ src_install() { datadir=${D}/usr/share \ sysconfdir=${D}/etc \ localstatedir=${D}/var/lib \ + KDE_APPLNK_DIR=${D}/usr/share/applnk \ install || die dodoc AUTHORS COPYING ChangeLog HACKING MAINTAINERS |