diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-05-22 06:56:26 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-05-22 06:56:26 +0000 |
commit | f4816085e05011d53e106c7ec8200e3130350fcf (patch) | |
tree | 7689a9bd020c58c0fa8d158542960d1371a54598 /sys-fs | |
parent | Fix manifest, thanks to Mr_Bones_ (diff) | |
download | gentoo-2-f4816085e05011d53e106c7ec8200e3130350fcf.tar.gz gentoo-2-f4816085e05011d53e106c7ec8200e3130350fcf.tar.bz2 gentoo-2-f4816085e05011d53e106c7ec8200e3130350fcf.zip |
sys-fs/aufs3: dodoc doesn't follow symlinks, so install the file directly
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/aufs3/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/aufs3/aufs3-3_p20120430.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/aufs3/ChangeLog b/sys-fs/aufs3/ChangeLog index 0e813e191d83..8abc80736ec2 100644 --- a/sys-fs/aufs3/ChangeLog +++ b/sys-fs/aufs3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/aufs3 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v 1.13 2012/05/05 11:41:29 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v 1.14 2012/05/22 06:56:26 jlec Exp $ + + 22 May 2012; Justin Lecher <jlec@gentoo.org> aufs3-3_p20120430.ebuild: + dodoc doesn't follow symlinks, so install the file directly 05 May 2012; Markus Meier <maekke@gentoo.org> aufs3-3_p20120109.ebuild: x86 stable, bug #407991 diff --git a/sys-fs/aufs3/aufs3-3_p20120430.ebuild b/sys-fs/aufs3/aufs3-3_p20120430.ebuild index 39440de806ed..7d9fc143aa12 100644 --- a/sys-fs/aufs3/aufs3-3_p20120430.ebuild +++ b/sys-fs/aufs3/aufs3-3_p20120430.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/sys-fs/aufs3/aufs3-3_p20120430.ebuild,v 1.1 2012/04/30 06:03:49 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20120430.ebuild,v 1.2 2012/05/22 06:56:26 jlec Exp $ EAPI=4 @@ -135,7 +135,7 @@ src_install() { use doc && doins -r Documentation - dodoc README + dodoc Documentation/filesystems/aufs/README cd "${WORKDIR}"/${PN/3}-util emake DESTDIR="${D}" KDIR=${KV_DIR} install |