diff options
-rw-r--r-- | sci-mathematics/dataplot/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/dataplot/dataplot-20080225.ebuild | 9 |
2 files changed, 11 insertions, 4 deletions
diff --git a/sci-mathematics/dataplot/ChangeLog b/sci-mathematics/dataplot/ChangeLog index 035fee50f3ec..725bfaa5683d 100644 --- a/sci-mathematics/dataplot/ChangeLog +++ b/sci-mathematics/dataplot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/dataplot # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.1 2008/06/04 16:31:40 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.2 2008/06/04 16:40:53 bicatali Exp $ + + 04 Jun 2008; Sébastien Fabbro <bicatali@gentoo.org> + dataplot-20080225.ebuild: + Fixed directory changes *dataplot-20080225 (04 Jun 2008) diff --git a/sci-mathematics/dataplot/dataplot-20080225.ebuild b/sci-mathematics/dataplot/dataplot-20080225.ebuild index f99d5a0b5681..ed57e7983af6 100644 --- a/sci-mathematics/dataplot/dataplot-20080225.ebuild +++ b/sci-mathematics/dataplot/dataplot-20080225.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/sci-mathematics/dataplot/dataplot-20080225.ebuild,v 1.1 2008/06/04 16:31:40 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild,v 1.2 2008/06/04 16:40:53 bicatali Exp $ inherit eutils toolchain-funcs flag-o-matic autotools fortran @@ -48,9 +48,12 @@ pkg_setup() { src_unpack() { # unpacking and renaming because # upstream does not use directories - mkdir "${S_AUX}" && cd "${S_AUX}" + mkdir "${S_AUX}" + pushd "${S_AUX}" unpack ${MY_P_AUX}.tar.gz - mkdir ${MY_P} && cd "${S}" + popd + mkdir ${MY_P} + cd "${S}" unpack ${MY_P}.tar.gz # autotoolization: need to fix a few files with |