diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-03 10:24:11 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-03 10:24:11 +0000 |
commit | 8a674861e3f06cc819e9a849957d67f2f24aaf8e (patch) | |
tree | ff2a5552112557f8ac759ee75b94049ff84850a7 /x11-wm/fluxbox/fluxbox-1.1.0.1.ebuild | |
parent | Add patch to fix building with autoconf 2.64, bug #279687 (diff) | |
download | gentoo-2-8a674861e3f06cc819e9a849957d67f2f24aaf8e.tar.gz gentoo-2-8a674861e3f06cc819e9a849957d67f2f24aaf8e.tar.bz2 gentoo-2-8a674861e3f06cc819e9a849957d67f2f24aaf8e.zip |
Move sed and epatch to src_prepare in EAPI=2 ebuilds.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm/fluxbox/fluxbox-1.1.0.1.ebuild')
-rw-r--r-- | x11-wm/fluxbox/fluxbox-1.1.0.1.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-wm/fluxbox/fluxbox-1.1.0.1.ebuild b/x11-wm/fluxbox/fluxbox-1.1.0.1.ebuild index efe4ad17716f..228b06d43456 100644 --- a/x11-wm/fluxbox/fluxbox-1.1.0.1.ebuild +++ b/x11-wm/fluxbox/fluxbox-1.1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-1.1.0.1.ebuild,v 1.4 2009/04/08 16:40:32 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-1.1.0.1.ebuild,v 1.5 2009/08/03 10:24:11 ssuominen Exp $ EAPI="2" inherit eutils @@ -38,10 +38,7 @@ SLOT="0" LICENSE="MIT" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -src_unpack() { - unpack ${A} - cd "${S}" - +src_prepare() { # We need to be able to include directories rather than just plain # files in menu [include] items. This patch will allow us to do clever # things with style ebuilds. |