diff options
author | Torsten Veller <tove@gentoo.org> | 2010-02-06 14:19:59 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-02-06 14:19:59 +0000 |
commit | f338b84361e2a150394a7cc676b5590f9a5707d9 (patch) | |
tree | 90c46a3b6de059e34e4e9a0965ca7aa782f0a341 /app-text/sablotron/sablotron-1.0.3.ebuild | |
parent | Set SUPPORT_PYTHON_ABIS. (diff) | |
download | gentoo-2-f338b84361e2a150394a7cc676b5590f9a5707d9.tar.gz gentoo-2-f338b84361e2a150394a7cc676b5590f9a5707d9.tar.bz2 gentoo-2-f338b84361e2a150394a7cc676b5590f9a5707d9.zip |
Prepare in the correct directory (#300798)
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'app-text/sablotron/sablotron-1.0.3.ebuild')
-rw-r--r-- | app-text/sablotron/sablotron-1.0.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-text/sablotron/sablotron-1.0.3.ebuild b/app-text/sablotron/sablotron-1.0.3.ebuild index 4dddf59ad81f..d6cc9625d92a 100644 --- a/app-text/sablotron/sablotron-1.0.3.ebuild +++ b/app-text/sablotron/sablotron-1.0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-1.0.3.ebuild,v 1.11 2009/06/19 21:40:17 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-1.0.3.ebuild,v 1.12 2010/02/06 14:19:59 tove Exp $ inherit base autotools @@ -27,6 +27,7 @@ PATCHES="${FILESDIR}/1.0.3-libsablot-expat.patch" src_unpack() { base_src_unpack + cd "${S}" eautoreconf elibtoolize } |