diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-04-30 09:06:09 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-04-30 09:06:09 +0000 |
commit | c9fbd276ddf83d9468e0612f59acda0265a7fa30 (patch) | |
tree | 2a9f1f12504dd28d28a3aa98edfb88dd397c49ab /x11-misc | |
parent | rm (diff) | |
download | gentoo-2-c9fbd276ddf83d9468e0612f59acda0265a7fa30.tar.gz gentoo-2-c9fbd276ddf83d9468e0612f59acda0265a7fa30.tar.bz2 gentoo-2-c9fbd276ddf83d9468e0612f59acda0265a7fa30.zip |
minor syntax update
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xwrits/xwrits-2.26.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/xwrits/xwrits-2.26.ebuild b/x11-misc/xwrits/xwrits-2.26.ebuild index ec2b828f073c..b9a97493ca65 100644 --- a/x11-misc/xwrits/xwrits-2.26.ebuild +++ b/x11-misc/xwrits/xwrits-2.26.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwrits/xwrits-2.26.ebuild,v 1.1 2009/08/16 13:12:39 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwrits/xwrits-2.26.ebuild,v 1.2 2011/04/30 09:06:09 ssuominen Exp $ DESCRIPTION="Reminds you to take wrist breaks, which will hopefully help you prevent repetitive stress injury." HOMEPAGE="http://www.lcdf.org/xwrits/" @@ -18,7 +18,7 @@ DEPEND="${RDEPEND} x11-proto/xproto x11-proto/xineramaproto" -src_install () { - emake DESTDIR="${D}" install || die "emake install failed" +src_install() { + emake DESTDIR="${D}" install || die dodoc GESTURES NEWS README TODO } |