summaryrefslogtreecommitdiff
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-libs
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-libs')
-rw-r--r--sys-libs/device-mapper/device-mapper-1.00.17.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/device-mapper/device-mapper-1.00.17.ebuild b/sys-libs/device-mapper/device-mapper-1.00.17.ebuild
index d49bda4d6da8..1ae5e2fcde29 100644
--- a/sys-libs/device-mapper/device-mapper-1.00.17.ebuild
+++ b/sys-libs/device-mapper/device-mapper-1.00.17.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-libs/device-mapper/device-mapper-1.00.17.ebuild,v 1.1 2004/04/24 17:04:35 max Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/device-mapper/device-mapper-1.00.17.ebuild,v 1.2 2004/04/24 17:20:14 max Exp $
DESCRIPTION="Device mapper ioctl library for use with LVM2 utilities."
HOMEPAGE="http://sources.redhat.com/dm/"
@@ -37,5 +37,5 @@ src_install() {
einstall sbindir="${D}/sbin" libdir="${D}/lib"
dolib.a lib/ioctl/libdevmapper.a
- dodoc COPYING* INSTALL INTRO README VERSION
+ dodoc COPYING* INSTALL INTRO README VERSION WHATS_NEW
}