summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMax Kalika <max@gentoo.org>2004-04-24 17:20:14 +0000
committerMax Kalika <max@gentoo.org>2004-04-24 17:20:14 +0000
commitb118a21433515390ae7c65a680f8640032aa217c (patch)
treec8967d009872c0271dd8cffaaa174425938cfc38 /sys-fs
parentnew release (Manifest recommit) (diff)
downloadgentoo-2-b118a21433515390ae7c65a680f8640032aa217c.tar.gz
gentoo-2-b118a21433515390ae7c65a680f8640032aa217c.tar.bz2
gentoo-2-b118a21433515390ae7c65a680f8640032aa217c.zip
Fix doc installing.
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/lvm2/lvm2-2.00.15.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/lvm2/lvm2-2.00.15.ebuild b/sys-fs/lvm2/lvm2-2.00.15.ebuild
index ff631960c37a..11aa424c5bc5 100644
--- a/sys-fs/lvm2/lvm2-2.00.15.ebuild
+++ b/sys-fs/lvm2/lvm2-2.00.15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.00.15.ebuild,v 1.1 2004/04/24 17:05:14 max Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.00.15.ebuild,v 1.2 2004/04/24 17:19:06 max Exp $
DESCRIPTION="User-land utilities for LVM2 (device-mapper) software."
HOMEPAGE="http://sources.redhat.com/lvm2/"
@@ -25,5 +25,5 @@ src_compile() {
src_install() {
einstall sbindir="${D}/sbin" confdir="${D}/etc/lvm"
- dodoc BUGS COPYING* INSTALL INTRO README TODO VERSION doc/*
+ dodoc COPYING* INSTALL README VERSION WHATS_NEW doc/*.{conf,c,txt}
}