diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-08-15 02:38:19 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-08-15 02:38:19 +0000 |
commit | ff821729fade6095caed379fbe8347cf6e053765 (patch) | |
tree | a9b4045273b2213113ddf3b2a3ad8e77d68cce32 /perl-core/DB_File/DB_File-1.821.ebuild | |
parent | Restore the pkg.m4 hack from 2.34.x to prevent stage3 build failure (bug #481... (diff) | |
download | gentoo-2-ff821729fade6095caed379fbe8347cf6e053765.tar.gz gentoo-2-ff821729fade6095caed379fbe8347cf6e053765.tar.bz2 gentoo-2-ff821729fade6095caed379fbe8347cf6e053765.zip |
Fixing src_unpack / src_prepare
(Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'perl-core/DB_File/DB_File-1.821.ebuild')
-rw-r--r-- | perl-core/DB_File/DB_File-1.821.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/perl-core/DB_File/DB_File-1.821.ebuild b/perl-core/DB_File/DB_File-1.821.ebuild index 5c037abbd708..d4d8e519d001 100644 --- a/perl-core/DB_File/DB_File-1.821.ebuild +++ b/perl-core/DB_File/DB_File-1.821.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/DB_File/DB_File-1.821.ebuild,v 1.1 2011/01/13 10:41:44 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/DB_File/DB_File-1.821.ebuild,v 1.2 2013/08/15 02:38:19 patrick Exp $ EAPI=3 @@ -19,8 +19,7 @@ DEPEND="${RDEPEND}" SRC_TEST="do" -src_unpack() { - unpack ${A} +src_prepare() { if [ $(get_libdir) != "lib" ] ; then sed -i "s:^LIB.*:LIB = /usr/$(get_libdir):" "${S}"/config.in || die fi |