diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-23 14:33:07 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-23 14:33:07 +0000 |
commit | 18df455a30821d1ad95025026dc5fe2fd09a74d9 (patch) | |
tree | 4b70db4fcc3cdfa4d122cce8b5b799b59a4ddf6b | |
parent | Version bump to 0.4.2 (diff) | |
download | gentoo-2-18df455a30821d1ad95025026dc5fe2fd09a74d9.tar.gz gentoo-2-18df455a30821d1ad95025026dc5fe2fd09a74d9.tar.bz2 gentoo-2-18df455a30821d1ad95025026dc5fe2fd09a74d9.zip |
Don't install config.log...
(Portage version: 2.2_rc39/cvs/Linux x86_64)
-rw-r--r-- | media-libs/jpeg/jpeg-7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/jpeg/jpeg-7.ebuild b/media-libs/jpeg/jpeg-7.ebuild index cf73c01e7889..762adddad953 100644 --- a/media-libs/jpeg/jpeg-7.ebuild +++ b/media-libs/jpeg/jpeg-7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-7.ebuild,v 1.6 2009/08/23 05:17:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-7.ebuild,v 1.7 2009/08/23 14:33:07 ssuominen Exp $ EAPI="2" @@ -45,5 +45,5 @@ src_configure() { src_install() { emake DESTDIR="${D}" install || die - dodoc example.c README *.{log,txt} + dodoc change.log example.c README *.txt } |