diff options
author | Tom William Payne <twp@gentoo.org> | 2004-12-19 17:59:43 +0000 |
---|---|---|
committer | Tom William Payne <twp@gentoo.org> | 2004-12-19 17:59:43 +0000 |
commit | 0bed6ad0367174b81520535cc90bf6fc0c7ec54d (patch) | |
tree | 34ddbc0c3f17c6d95cc0223d42c2a1b1940be94a /x11-wm/ion3/ion3-20041005.ebuild | |
parent | fix bluefish-0.13 (bug #74174) (Manifest recommit) (diff) | |
download | gentoo-2-0bed6ad0367174b81520535cc90bf6fc0c7ec54d.tar.gz gentoo-2-0bed6ad0367174b81520535cc90bf6fc0c7ec54d.tar.bz2 gentoo-2-0bed6ad0367174b81520535cc90bf6fc0c7ec54d.zip |
Prevent sandbox violation. Bug # 73672. Version bump. Bug # 74203.
Diffstat (limited to 'x11-wm/ion3/ion3-20041005.ebuild')
-rw-r--r-- | x11-wm/ion3/ion3-20041005.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-wm/ion3/ion3-20041005.ebuild b/x11-wm/ion3/ion3-20041005.ebuild index 841af9b86ca4..ada36bad6d2f 100644 --- a/x11-wm/ion3/ion3-20041005.ebuild +++ b/x11-wm/ion3/ion3-20041005.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/x11-wm/ion3/ion3-20041005.ebuild,v 1.1 2004/10/05 08:47:14 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion3/ion3-20041005.ebuild,v 1.2 2004/12/19 17:59:43 twp Exp $ inherit eutils @@ -50,6 +50,10 @@ src_install() { MANDIR=${D}/usr/share/man \ DOCDIR=${D}/usr/share/doc/${PF} \ LOCALEDIR=${D}/usr/share/locale \ + LIBDIR=${D}/usr/lib \ + MODULEDIR=${D}/usr/lib/ion3/mod \ + LCDIR=${D}/usr/lib/ion3/lc \ + VARDIR=${D}/var/cache/ion3 \ install || die prepalldocs |