summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Kinard <kumba@gentoo.org>2004-03-21 07:18:02 +0000
committerJoshua Kinard <kumba@gentoo.org>2004-03-21 07:18:02 +0000
commit0e3935e0ff620298371d2377187d24dd12ce624f (patch)
treedaee6276798bcdc5b20b7698737a02380f6f570e /sys-libs/db/db-4.1.25_p1-r3.ebuild
parent (Manifest recommit) (diff)
downloadgentoo-2-0e3935e0ff620298371d2377187d24dd12ce624f.tar.gz
gentoo-2-0e3935e0ff620298371d2377187d24dd12ce624f.tar.bz2
gentoo-2-0e3935e0ff620298371d2377187d24dd12ce624f.zip
Tweak to make gnuconfig work again for mips (the 'dist' dir got moved from 'build_unix' to one level up)
Diffstat (limited to 'sys-libs/db/db-4.1.25_p1-r3.ebuild')
-rw-r--r--sys-libs/db/db-4.1.25_p1-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/db/db-4.1.25_p1-r3.ebuild b/sys-libs/db/db-4.1.25_p1-r3.ebuild
index 9effd0cf7545..4f8337d3cd3b 100644
--- a/sys-libs/db/db-4.1.25_p1-r3.ebuild
+++ b/sys-libs/db/db-4.1.25_p1-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.1.25_p1-r3.ebuild,v 1.17 2004/03/07 10:02:19 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.1.25_p1-r3.ebuild,v 1.18 2004/03/21 07:18:02 kumba Exp $
IUSE="tcltk java doc"
@@ -60,7 +60,7 @@ src_compile() {
if use mips; then
einfo "Updating config.{guess,sub} for mips"
local OLDS="${S}"
- S="${S}/dist"
+ S="${S}/../dist"
gnuconfig_update
S="${OLDS}"
fi