diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-25 08:44:55 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-25 08:44:55 +0000 |
commit | 8f88025bd6548e4258568848dc30e50ccd7f6465 (patch) | |
tree | feb6bb90d4659749b495c9cc2721cdc51feb7d56 /xfce-extra/xfce4-eyes-plugin | |
parent | Rename xfce4-eyes to xfce4-eyes-plugin. (diff) | |
download | gentoo-2-8f88025bd6548e4258568848dc30e50ccd7f6465.tar.gz gentoo-2-8f88025bd6548e4258568848dc30e50ccd7f6465.tar.bz2 gentoo-2-8f88025bd6548e4258568848dc30e50ccd7f6465.zip |
Weird tabbing.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-eyes-plugin')
-rw-r--r-- | xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.0.ebuild b/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.0.ebuild index 99415c990598..7e66e93c16db 100644 --- a/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.0.ebuild +++ b/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.0.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/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.0.ebuild,v 1.1 2009/08/25 08:43:52 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.0.ebuild,v 1.2 2009/08/25 08:44:55 ssuominen Exp $ EAUTORECONF=yes EINTLTOOLIZE=yes @@ -33,6 +33,6 @@ pkg_setup() { src_prepare() { sed -i -e "/^AC_INIT/s/eyes_version()/eyes_version/" \ - configure.in || die "sed failed" + configure.in || die "sed failed" xfconf_src_prepare } |