diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2001-10-15 15:55:00 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2001-10-15 15:55:00 +0000 |
commit | 6a59951f9fe0a37f4d844a3abf404ac94cb276cb (patch) | |
tree | 6a02995c568f3efcce193b706950934cb736d442 /net-dialup | |
parent | Ugh. Finally have config files in /etc, not /usr/etc! (diff) | |
download | historical-6a59951f9fe0a37f4d844a3abf404ac94cb276cb.tar.gz historical-6a59951f9fe0a37f4d844a3abf404ac94cb276cb.tar.bz2 historical-6a59951f9fe0a37f4d844a3abf404ac94cb276cb.zip |
Incrementally getting it right. . .. Config files in /etc/mgetty+sendfax, not in /etc.
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/mgetty/mgetty-1.1.26-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dialup/mgetty/mgetty-1.1.26-r1.ebuild b/net-dialup/mgetty/mgetty-1.1.26-r1.ebuild index 2badc44699b1..5bd79bc9bac6 100644 --- a/net-dialup/mgetty/mgetty-1.1.26-r1.ebuild +++ b/net-dialup/mgetty/mgetty-1.1.26-r1.ebuild @@ -34,7 +34,7 @@ src_install () { dodir /var/spool dodir /usr/share/info - make prefix=${D}/usr INFODIR=${D}/usr/share CONFDIR=${D}/etc spool=${D}/var/spool install || die + make prefix=${D}/usr INFODIR=${D}/usr/share CONFDIR=${D}/etc/mgetty+sendfax spool=${D}/var/spool install || die cd voice make prefix=${D}/usr spool=${D}/var/spool install || die |