diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-31 19:29:42 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-31 19:29:42 +0000 |
commit | 02697ce05e63d364e5bd57a82894ae6463f3bd50 (patch) | |
tree | 16ae96f4e811bde287b2a138a42b94274d7d6b6f /media-libs/libgpod/libgpod-0.8.0.ebuild | |
parent | Stable on amd64 wrt bug #343489 (diff) | |
download | historical-02697ce05e63d364e5bd57a82894ae6463f3bd50.tar.gz historical-02697ce05e63d364e5bd57a82894ae6463f3bd50.tar.bz2 historical-02697ce05e63d364e5bd57a82894ae6463f3bd50.zip |
Fix for previous commit, double README in dodoc
Package-Manager: portage-2.2.0_alpha1/cvs/Linux x86_64
Diffstat (limited to 'media-libs/libgpod/libgpod-0.8.0.ebuild')
-rw-r--r-- | media-libs/libgpod/libgpod-0.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libgpod/libgpod-0.8.0.ebuild b/media-libs/libgpod/libgpod-0.8.0.ebuild index 2c20c9ac44ae..f71f42081183 100644 --- a/media-libs/libgpod/libgpod-0.8.0.ebuild +++ b/media-libs/libgpod/libgpod-0.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/libgpod-0.8.0.ebuild,v 1.2 2010/10/31 16:47:42 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/libgpod-0.8.0.ebuild,v 1.3 2010/10/31 19:29:42 ssuominen Exp $ EAPI=3 @@ -63,7 +63,7 @@ src_configure() { src_install() { emake DESTDIR="${D}" install || die - dodoc AUTHORS README NEWS README* TROUBLESHOOTING + dodoc AUTHORS NEWS README* TROUBLESHOOTING find "${D}" -name '*.la' -exec rm -f '{}' + } |