diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-09-20 12:05:37 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-09-20 12:05:37 +0000 |
commit | c41a80fb560a5408eff4a0710f9cb1c1ef4f7817 (patch) | |
tree | 9abb750e355fa94d522e3e0813ca8782f98eb24e /net-proxy/ntlmaps/ntlmaps-0.9.9.6.ebuild | |
parent | Initial import, from bug #105386 (diff) | |
download | historical-c41a80fb560a5408eff4a0710f9cb1c1ef4f7817.tar.gz historical-c41a80fb560a5408eff4a0710f9cb1c1ef4f7817.tar.bz2 historical-c41a80fb560a5408eff4a0710f9cb1c1ef4f7817.zip |
correct doc installation
Package-Manager: portage-2.1.1
Diffstat (limited to 'net-proxy/ntlmaps/ntlmaps-0.9.9.6.ebuild')
-rw-r--r-- | net-proxy/ntlmaps/ntlmaps-0.9.9.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-proxy/ntlmaps/ntlmaps-0.9.9.6.ebuild b/net-proxy/ntlmaps/ntlmaps-0.9.9.6.ebuild index 537410ed4ca0..4bac3fdcd476 100644 --- a/net-proxy/ntlmaps/ntlmaps-0.9.9.6.ebuild +++ b/net-proxy/ntlmaps/ntlmaps-0.9.9.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/ntlmaps/ntlmaps-0.9.9.6.ebuild,v 1.1 2006/09/20 11:59:55 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/ntlmaps/ntlmaps-0.9.9.6.ebuild,v 1.2 2006/09/20 12:05:37 mrness Exp $ inherit eutils @@ -37,8 +37,8 @@ src_install() { insinto /usr/lib/ntlmaps doins lib/* || die "failed to install python modules" # doc ------------------------------------------------------------------- - dodoc *.txt doc/*.txt - dohtml doc/* + dodoc doc/*.txt + dohtml doc/*.{gif,htm} # conf ------------------------------------------------------------------ insopts -m0640 -g ntlmaps insinto /etc/ntlmaps |