diff options
author | Aron Griffis <agriffis@gentoo.org> | 2002-02-01 22:32:41 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2002-02-01 22:32:41 +0000 |
commit | f1a475ef88c61bf9040bfa71574fc60d21c49c1f (patch) | |
tree | be269a617390926cbaaabba973337f937596999a /sys-apps/quota | |
parent | new video-enabled Xfree86 drivers for ATI cards. Closes bug 371. (diff) | |
download | gentoo-2-f1a475ef88c61bf9040bfa71574fc60d21c49c1f.tar.gz gentoo-2-f1a475ef88c61bf9040bfa71574fc60d21c49c1f.tar.bz2 gentoo-2-f1a475ef88c61bf9040bfa71574fc60d21c49c1f.zip |
Added documentation
Diffstat (limited to 'sys-apps/quota')
-rw-r--r-- | sys-apps/quota/quota-3.03.ebuild | 3 |
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/* } |