diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-10-02 18:36:47 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-10-02 18:36:47 +0000 |
commit | f552f84dc9d1d0bdaa1fb0759b8bd994a2cf2a22 (patch) | |
tree | 053fd7eb1d22f0a3d9fa89e6439d62b8b61403aa /media-libs/libpng | |
parent | old (diff) | |
download | gentoo-2-f552f84dc9d1d0bdaa1fb0759b8bd994a2cf2a22.tar.gz gentoo-2-f552f84dc9d1d0bdaa1fb0759b8bd994a2cf2a22.tar.bz2 gentoo-2-f552f84dc9d1d0bdaa1fb0759b8bd994a2cf2a22.zip |
Typo in comment
(Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libpng')
-rw-r--r-- | media-libs/libpng/libpng-1.5.13-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libpng/libpng-1.5.13-r1.ebuild b/media-libs/libpng/libpng-1.5.13-r1.ebuild index 1626c8d7a6fc..f5f586b26c5c 100644 --- a/media-libs/libpng/libpng-1.5.13-r1.ebuild +++ b/media-libs/libpng/libpng-1.5.13-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.5.13-r1.ebuild,v 1.1 2012/10/02 18:32:19 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.5.13-r1.ebuild,v 1.2 2012/10/02 18:36:47 ssuominen Exp $ EAPI=4 @@ -39,6 +39,6 @@ src_configure() { src_install() { default - # Even prune_libtool_all fails to remove libpng.la dead symlink wrt #436996 + # Even prune_libtool --all fails to remove libpng.la dead symlink wrt #436996 find "${ED}" -name '*.la' -exec rm -f {} + } |