summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-19 01:13:24 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-19 01:13:24 +0000
commit70b8d862bc9866ef41c9668d7acf80b984dd32fe (patch)
treefd56a81cf4ae576c834e1aadbce2b2290a4f9f9a /eclass
parentDon't strip-flags when building for a different target; remove $HEADERS defin... (diff)
downloadgentoo-2-70b8d862bc9866ef41c9668d7acf80b984dd32fe.tar.gz
gentoo-2-70b8d862bc9866ef41c9668d7acf80b984dd32fe.tar.bz2
gentoo-2-70b8d862bc9866ef41c9668d7acf80b984dd32fe.zip
Don't forcefully enter ${S} as we might want to build in a subdir.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/bsdmk.eclass4
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/bsdmk.eclass b/eclass/bsdmk.eclass
index 10a5a13679bd..327944a68fa1 100644
--- a/eclass/bsdmk.eclass
+++ b/eclass/bsdmk.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/bsdmk.eclass,v 1.2 2006/04/01 15:49:11 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/bsdmk.eclass,v 1.3 2006/04/19 01:13:24 flameeyes Exp $
#
# Otavio R. Piske "AngusYoung" <angusyoung@gentoo.org>
# Diego Pettenò <flameeyes@gentoo.org>
@@ -67,11 +67,9 @@ fix_lazy_bindings() {
}
bsdmk_src_compile() {
- cd ${S}
mkmake || die "make failed"
}
bsdmk_src_install() {
- cd ${S}
mkinstall || die "install failed"
}