summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-apps/quota/quota-3.03.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/quota/quota-3.03.ebuild b/sys-apps/quota/quota-3.03.ebuild
index a03a881aa45b..6f00812dab60 100644
--- a/sys-apps/quota/quota-3.03.ebuild
+++ b/sys-apps/quota/quota-3.03.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Aron Griffis <agriffis@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.03.ebuild,v 1.1 2002/01/08 02:34:26 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.03.ebuild,v 1.2 2002/02/01 22:32:41 agriffis Exp $
S=${WORKDIR}/quota-tools
DESCRIPTION="Linux quota tools"
@@ -23,4 +23,5 @@ src_install () {
mkdir -p ${D}/{sbin,etc,usr/sbin,usr/bin,usr/share/man/man{1,2,3,8}}
make ROOTDIR=${D} install || die
install -m 644 warnquota.conf ${D}/etc
+ dodoc doc/*
}