diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-04-29 08:10:27 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-04-29 08:10:27 +0000 |
commit | 3d04fb3ff1dc598bdd855503383961a95933a679 (patch) | |
tree | c0875253ae3cf0a2b37abd994c6f972b1df7e9b5 /net-dialup/mgetty/mgetty-1.1.30.ebuild | |
parent | Cruft cleanup (diff) | |
download | historical-3d04fb3ff1dc598bdd855503383961a95933a679.tar.gz historical-3d04fb3ff1dc598bdd855503383961a95933a679.tar.bz2 historical-3d04fb3ff1dc598bdd855503383961a95933a679.zip |
Closes #19469
Diffstat (limited to 'net-dialup/mgetty/mgetty-1.1.30.ebuild')
-rw-r--r-- | net-dialup/mgetty/mgetty-1.1.30.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-dialup/mgetty/mgetty-1.1.30.ebuild b/net-dialup/mgetty/mgetty-1.1.30.ebuild index 1c4bb9050f1c..c0ab058e529b 100644 --- a/net-dialup/mgetty/mgetty-1.1.30.ebuild +++ b/net-dialup/mgetty/mgetty-1.1.30.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.30.ebuild,v 1.1 2003/04/28 09:29:35 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.30.ebuild,v 1.2 2003/04/29 08:10:27 aliz Exp $ -inherit flag-o-matic +inherit flag-o-matic eutils S=${WORKDIR}/${P} DESCRIPTION="Fax and Voice modem programs." @@ -54,6 +54,8 @@ src_compile() { } src_install () { + enewuser fax + dodir /var/spool dodir /usr/share/info make prefix=${D}/usr \ |