diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-10-24 17:12:51 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-10-24 17:12:51 +0000 |
commit | 2aedb0a1db872e43275eba536621f40628da9ca2 (patch) | |
tree | 8f40d5411aeed9a9276ced66bb42c61978547d4c /dev-util/dialog | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-2aedb0a1db872e43275eba536621f40628da9ca2.tar.gz gentoo-2-2aedb0a1db872e43275eba536621f40628da9ca2.tar.bz2 gentoo-2-2aedb0a1db872e43275eba536621f40628da9ca2.zip |
fix installation of docs, bug #68680
Diffstat (limited to 'dev-util/dialog')
-rw-r--r-- | dev-util/dialog/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/dialog/dialog-1.0.20040731.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-util/dialog/ChangeLog b/dev-util/dialog/ChangeLog index b589d8f3ce9a..cebc324bab73 100644 --- a/dev-util/dialog/ChangeLog +++ b/dev-util/dialog/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/dialog # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.37 2004/10/23 22:15:19 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.38 2004/10/24 17:12:51 lanius Exp $ + + 24 Oct 2004; Heinrich Wendel <lanius@gentoo.org> dialog-1.0.20040731.ebuild: + fix installation of docs, bug #68680 24 Oct 2004; Heinrich Wendel <lanius@gentoo.org> dialog-1.0.20040731.ebuild: mark stable on x86; add more docs diff --git a/dev-util/dialog/dialog-1.0.20040731.ebuild b/dev-util/dialog/dialog-1.0.20040731.ebuild index 9b0e4139df66..2bdaf3e9d2e7 100644 --- a/dev-util/dialog/dialog-1.0.20040731.ebuild +++ b/dev-util/dialog/dialog-1.0.20040731.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.0.20040731.ebuild,v 1.3 2004/10/23 22:15:19 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.0.20040731.ebuild,v 1.4 2004/10/24 17:12:51 lanius Exp $ inherit eutils @@ -28,9 +28,11 @@ src_compile() { src_install() { make install DESTDIR=${D} || die dodoc CHANGES README VERSION + docinto samples dodoc samples/* - docinto samples/* docinto samples/install dodoc samples/install/* + docinto samples/copifuncs + dodoc samples/copifuncs/* } |