diff options
author | 2001-11-15 02:18:35 +0000 | |
---|---|---|
committer | 2001-11-15 02:18:35 +0000 | |
commit | 4d90acf2cdd267126da0728f25a8efd184515e54 (patch) | |
tree | 4b74be46e6b5763a8596c7fccf8b2e3b5464c5ed /dev-libs | |
parent | don't look at USE=bonobo, always build and depend with/on bonobo (diff) | |
download | gentoo-2-4d90acf2cdd267126da0728f25a8efd184515e54.tar.gz gentoo-2-4d90acf2cdd267126da0728f25a8efd184515e54.tar.bz2 gentoo-2-4d90acf2cdd267126da0728f25a8efd184515e54.zip |
Added /etc/fb.modes
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/DirectFB/DirectFB-0.9.7.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-libs/DirectFB/DirectFB-0.9.7.ebuild b/dev-libs/DirectFB/DirectFB-0.9.7.ebuild index 795fa822f5d7..dde5bcd8be3c 100644 --- a/dev-libs/DirectFB/DirectFB-0.9.7.ebuild +++ b/dev-libs/DirectFB/DirectFB-0.9.7.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-0.9.7.ebuild,v 1.2 2001/11/12 16:38:59 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-0.9.7.ebuild,v 1.3 2001/11/15 02:18:35 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -56,6 +56,8 @@ src_compile() { } src_install () { + insinto /etc + doins fb.modes if [ "`use libmpeg3`" ] ; then make LIBMPEG3_DIR=/usr/lib LIBMPEG3_LIBS=-lmpeg3 DESTDIR=${D} install || die else |