summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Goodyear <g2boojum@gentoo.org>2001-10-15 15:51:02 +0000
committerGrant Goodyear <g2boojum@gentoo.org>2001-10-15 15:51:02 +0000
commit76ac9a8ac18d0f308bf3c5eab241168ceccad930 (patch)
tree05b0883c7dfa00315521cdcf359a6a59429096cd /net-dialup/mgetty
parentupdated to make sure it install correctly and A=-fix (diff)
downloadhistorical-76ac9a8ac18d0f308bf3c5eab241168ceccad930.tar.gz
historical-76ac9a8ac18d0f308bf3c5eab241168ceccad930.tar.bz2
historical-76ac9a8ac18d0f308bf3c5eab241168ceccad930.zip
Ugh. Finally have config files in /etc, not /usr/etc!
Diffstat (limited to 'net-dialup/mgetty')
-rw-r--r--net-dialup/mgetty/mgetty-1.1.26-r1.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/net-dialup/mgetty/mgetty-1.1.26-r1.ebuild b/net-dialup/mgetty/mgetty-1.1.26-r1.ebuild
index 221939fa58f5..2badc44699b1 100644
--- a/net-dialup/mgetty/mgetty-1.1.26-r1.ebuild
+++ b/net-dialup/mgetty/mgetty-1.1.26-r1.ebuild
@@ -19,8 +19,6 @@ src_compile() {
patch -p0 < ${FILESDIR}/mgetty-${PV}-gentoo.diff
cd ..
sed -e 's/var\/log\/mgetty/var\/log\/mgetty\/mgetty/' policy.h-dist > policy.h
- mv Makefile Makefile.orig
- sed -e 's/INFODIR=$(prefix)\/info/INFODIR=$(prefix)\/share\/info/' Makefile.orig > Makefile
emake || die
cd voice
emake || die
@@ -36,7 +34,7 @@ src_install () {
dodir /var/spool
dodir /usr/share/info
- make prefix=${D}/usr spool=${D}/var/spool install || die
+ make prefix=${D}/usr INFODIR=${D}/usr/share CONFDIR=${D}/etc spool=${D}/var/spool install || die
cd voice
make prefix=${D}/usr spool=${D}/var/spool install || die