diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-11-06 22:54:24 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-11-06 22:54:24 +0000 |
commit | 5778bd0efea6bc4825d44e8032b09621fd105c66 (patch) | |
tree | fcd0d2920ba2a91e95495dbc87ad1dec3250f519 /sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild | |
parent | Stable on amd64 wrt bug #197067. (diff) | |
download | gentoo-2-5778bd0efea6bc4825d44e8032b09621fd105c66.tar.gz gentoo-2-5778bd0efea6bc4825d44e8032b09621fd105c66.tar.bz2 gentoo-2-5778bd0efea6bc4825d44e8032b09621fd105c66.zip |
Changing installation of docs so we pull in README-3.2 and not README-3.1 and closing bug #196158.
(Portage version: 2.1.3.16)
Diffstat (limited to 'sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild')
-rw-r--r-- | sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild b/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild index bf7e298c8de6..2e8b32eb07c5 100644 --- a/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild +++ b/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild,v 1.1 2007/05/16 19:19:07 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild,v 1.2 2007/11/06 22:54:24 wolf31o2 Exp $ inherit toolchain-funcs @@ -31,5 +31,5 @@ src_compile() { src_install() { dobin mksquashfs unsquashfs || die cd .. - dodoc README ACKNOWLEDGEMENTS CHANGES PERFORMANCE.README README-3.1 + dodoc README ACKNOWLEDGEMENTS CHANGES PERFORMANCE.README README-3.2 } |