diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 14:31:36 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 14:31:36 +0000 |
commit | a475732c82768e1afbc835738dfec31c35a614f2 (patch) | |
tree | c448ef73f4d0d76abdd38ce6090fee72ece461c8 /media-libs/imlib | |
parent | added LICENSE info for QA (diff) | |
download | gentoo-2-a475732c82768e1afbc835738dfec31c35a614f2.tar.gz gentoo-2-a475732c82768e1afbc835738dfec31c35a614f2.tar.bz2 gentoo-2-a475732c82768e1afbc835738dfec31c35a614f2.zip |
sandbox violation fix
Diffstat (limited to 'media-libs/imlib')
-rw-r--r-- | media-libs/imlib/imlib-1.9.14-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media-libs/imlib/imlib-1.9.14-r1.ebuild b/media-libs/imlib/imlib-1.9.14-r1.ebuild index 5417123bf26d..ba4c4772bb5a 100644 --- a/media-libs/imlib/imlib-1.9.14-r1.ebuild +++ b/media-libs/imlib/imlib-1.9.14-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/imlib-1.9.14-r1.ebuild,v 1.4 2002/07/22 14:37:06 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/imlib-1.9.14-r1.ebuild,v 1.5 2002/07/23 14:31:36 seemant Exp $ inherit libtool @@ -34,7 +34,9 @@ src_compile() { src_install() { - make prefix=${D}/usr \ + make \ + prefix=${D}/usr \ + datadir=${D}/usr/share \ mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ includedir=${D}/usr/include \ |