summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/mpfr/mpfr-2.3.2.ebuild')
-rw-r--r--dev-libs/mpfr/mpfr-2.3.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/mpfr/mpfr-2.3.2.ebuild b/dev-libs/mpfr/mpfr-2.3.2.ebuild
index 3f981090949e..5956ae1e4b30 100644
--- a/dev-libs/mpfr/mpfr-2.3.2.ebuild
+++ b/dev-libs/mpfr/mpfr-2.3.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-2.3.2.ebuild,v 1.1 2008/09/20 18:29:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-2.3.2.ebuild,v 1.2 2008/11/28 13:18:42 aballier Exp $
# NOTE: we cannot depend on autotools here starting with gcc-4.3.x
inherit eutils
@@ -38,7 +38,7 @@ src_unpack() {
die "patch ${i} missing - please report to bugs.gentoo.org"
fi
done
- find -type f -print0 | xargs -0 touch -r configure
+ find . -type f -print0 | xargs -0 touch -r configure
}
src_install() {