summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/olsrd/olsrd-0.5.2.ebuild')
-rw-r--r--net-misc/olsrd/olsrd-0.5.2.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-misc/olsrd/olsrd-0.5.2.ebuild b/net-misc/olsrd/olsrd-0.5.2.ebuild
index 3ca6799cc0e5..3d6437bf4dd5 100644
--- a/net-misc/olsrd/olsrd-0.5.2.ebuild
+++ b/net-misc/olsrd/olsrd-0.5.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/olsrd/olsrd-0.5.2.ebuild,v 1.1 2007/07/17 21:06:48 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/olsrd/olsrd-0.5.2.ebuild,v 1.2 2008/02/17 12:15:28 cedk Exp $
inherit eutils toolchain-funcs
@@ -16,7 +16,6 @@ IUSE="gtk"
DEPEND="gtk? ( =x11-libs/gtk+-2* )"
src_compile() {
- cd "${S}"
emake OS=linux CC=$(tc-getCC) build_all || die "emake failed"
if use gtk ; then