diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-01-12 13:41:03 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-01-12 13:41:03 +0000 |
commit | f3886852ed69d14adfc678a349bfb94de2f0626a (patch) | |
tree | 7ecca9db1ff4854b8a7a943bf608dff5c8be3886 /x11-plugins/wmtz | |
parent | Stop using epatch in src_compile, use toolchain-funcs for CC and some more. (diff) | |
download | gentoo-2-f3886852ed69d14adfc678a349bfb94de2f0626a.tar.gz gentoo-2-f3886852ed69d14adfc678a349bfb94de2f0626a.tar.bz2 gentoo-2-f3886852ed69d14adfc678a349bfb94de2f0626a.zip |
whitespace
(Portage version: 2.1.4)
Diffstat (limited to 'x11-plugins/wmtz')
-rw-r--r-- | x11-plugins/wmtz/wmtz-0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/wmtz/wmtz-0.7.ebuild b/x11-plugins/wmtz/wmtz-0.7.ebuild index e2784c8aa007..52ae1e590150 100644 --- a/x11-plugins/wmtz/wmtz-0.7.ebuild +++ b/x11-plugins/wmtz/wmtz-0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/wmtz-0.7.ebuild,v 1.17 2008/01/12 13:36:30 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/wmtz-0.7.ebuild,v 1.18 2008/01/12 13:41:03 drac Exp $ inherit eutils multilib toolchain-funcs @@ -32,7 +32,7 @@ src_compile() { LIBDIR="-L/usr/$(get_libdir)" || die "emake failed." } -src_install () { +src_install() { dobin ${PN} doman ${PN}.1 insinto /etc |