summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2003-03-05 05:43:07 +0000
committerDaniel Robbins <drobbins@gentoo.org>2003-03-05 05:43:07 +0000
commit24a2f9504e449df4bddf81a2b6b32ea74ab4bcb9 (patch)
tree18a334c77c0c9f7165e12ecaa3b7198126a61dfa /sys-apps/kudzu
parentadded ddc stuff (diff)
downloadhistorical-24a2f9504e449df4bddf81a2b6b32ea74ab4bcb9.tar.gz
historical-24a2f9504e449df4bddf81a2b6b32ea74ab4bcb9.tar.bz2
historical-24a2f9504e449df4bddf81a2b6b32ea74ab4bcb9.zip
ddc fixors
Diffstat (limited to 'sys-apps/kudzu')
-rw-r--r--sys-apps/kudzu/kudzu-0.99.66.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-apps/kudzu/kudzu-0.99.66.ebuild b/sys-apps/kudzu/kudzu-0.99.66.ebuild
index aa7b2302997c..b005e8206a80 100644
--- a/sys-apps/kudzu/kudzu-0.99.66.ebuild
+++ b/sys-apps/kudzu/kudzu-0.99.66.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kudzu/kudzu-0.99.66.ebuild,v 1.4 2003/03/05 05:40:59 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kudzu/kudzu-0.99.66.ebuild,v 1.5 2003/03/05 05:43:07 drobbins Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Red Hat Hardware detection tools"
@@ -16,11 +16,13 @@ DEPEND="$RDEPEND >=dev-libs/dietlibc-0.20"
src_compile() {
emake || die
+ cd ddcprobe || die
+ emake || die
}
src_install() {
einstall DESTDIR=${D} PREFIX=/usr MANDIR=/usr/share/man || die "Install failed"
- cd ddcprobe
+ cd ${S}/ddcprobe || die
dosbin svgamodes modetest ddcxinfo ddcprobe || die
}