diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2009-05-15 20:09:27 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2009-05-15 20:09:27 +0000 |
commit | f6f849098e0e24175d36e8ea08c2b3259c037f0e (patch) | |
tree | d9666f9ee0057939b52da496500d55d7ec94eb8e | |
parent | Initial import (diff) | |
download | dertobi123-f6f849098e0e24175d36e8ea08c2b3259c037f0e.tar.gz dertobi123-f6f849098e0e24175d36e8ea08c2b3259c037f0e.tar.bz2 dertobi123-f6f849098e0e24175d36e8ea08c2b3259c037f0e.zip |
make idoutils
svn path=/; revision=48
-rw-r--r-- | net-analyzer/icinga/icinga-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/icinga/icinga-9999.ebuild b/net-analyzer/icinga/icinga-9999.ebuild index 84915d2..cc7dfa6 100644 --- a/net-analyzer/icinga/icinga-9999.ebuild +++ b/net-analyzer/icinga/icinga-9999.ebuild @@ -91,7 +91,7 @@ src_compile() { if use idoutils ; then # Only compile IDOUtils if "idoutils" useflag is set. - cd module/idoutils && emake CC=$(tc-getCC) DESTDIR="${D}" || die + emake CC=$(tc-getCC) DESTDIR="${D}" idoutils || die fi } |