diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-07-02 17:50:32 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-07-02 17:50:32 +0000 |
commit | 67a9f2f1c8859b341e64a666edb29f24fc609db2 (patch) | |
tree | 7bbda91e3d972340e91895a6a62c8db4a01fb4fd /xfce-extra/xfce4-quicklauncher-plugin | |
parent | Stop using eautoreconf to avoid glib-gettextize and call intltoolize, _elibto... (diff) | |
download | gentoo-2-67a9f2f1c8859b341e64a666edb29f24fc609db2.tar.gz gentoo-2-67a9f2f1c8859b341e64a666edb29f24fc609db2.tar.bz2 gentoo-2-67a9f2f1c8859b341e64a666edb29f24fc609db2.zip |
typo, pressed enter once too many
(Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-quicklauncher-plugin')
-rw-r--r-- | xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild b/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild index 0decff4ec6d1..bcfd5c0d202a 100644 --- a/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild +++ b/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.13 2012/07/02 17:42:17 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.14 2012/07/02 17:50:32 ssuominen Exp $ EAPI=4 #EAUTORECONF=yes @@ -40,8 +40,7 @@ src_prepare() { # Prevent glib-gettextize from running wrt #423115 intltoolize --automake --copy --force _elibtoolize --copy --force --install - AT_M4DIR=${EPREFIX}/usr/share/xfce4/dev-tools/m4macros - eaclocal + AT_M4DIR=${EPREFIX}/usr/share/xfce4/dev-tools/m4macros eaclocal eautoconf eautoheader eautomake |