diff options
-rw-r--r-- | dev-lang/perl/files/eblits/src_configure-v50160001.eblit | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/perl/files/eblits/src_configure-v50160001.eblit b/dev-lang/perl/files/eblits/src_configure-v50160001.eblit index 99d5fd078693..1b506d3ab24f 100644 --- a/dev-lang/perl/files/eblits/src_configure-v50160001.eblit +++ b/dev-lang/perl/files/eblits/src_configure-v50160001.eblit @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/files/eblits/src_configure-v50160001.eblit,v 1.7 2014/03/11 17:01:14 civil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/files/eblits/src_configure-v50160001.eblit,v 1.8 2014/03/30 10:14:33 zlogene Exp $ myconf() { # the myconf array is declared in src_configure @@ -147,5 +147,6 @@ eblit-perl-src_configure() { -Dinstallusrbinperl='n' \ -Ud_csh \ -Uusenm \ + -Dsh="${EPREFIX}"/bin/sh \ "${myconf[@]}" || die "Unable to configure" } |