diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-27 10:36:55 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-27 10:36:55 +0000 |
commit | c4fb1e57648501a52657256cc8365096207cb7b1 (patch) | |
tree | 69e800df02516cfb3dc59cadd3dfba3641acff45 /x11-misc/superswitcher | |
parent | Fix building with GTK+ >= 2.22 wrt #338906 and add missing dependencies per c... (diff) | |
download | gentoo-2-c4fb1e57648501a52657256cc8365096207cb7b1.tar.gz gentoo-2-c4fb1e57648501a52657256cc8365096207cb7b1.tar.bz2 gentoo-2-c4fb1e57648501a52657256cc8365096207cb7b1.zip |
Install AUTHORS too.
(Portage version: 2.2_rc87/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/superswitcher')
-rw-r--r-- | x11-misc/superswitcher/superswitcher-0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/superswitcher/superswitcher-0.6.ebuild b/x11-misc/superswitcher/superswitcher-0.6.ebuild index a0615a20cacd..7a14fe27474a 100644 --- a/x11-misc/superswitcher/superswitcher-0.6.ebuild +++ b/x11-misc/superswitcher/superswitcher-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/superswitcher/superswitcher-0.6.ebuild,v 1.4 2010/09/27 10:33:38 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/superswitcher/superswitcher-0.6.ebuild,v 1.5 2010/09/27 10:36:55 ssuominen Exp $ EAPI=2 inherit autotools eutils @@ -36,5 +36,5 @@ src_prepare() { src_install() { emake -j1 DESTDIR="${D}" install || die - dodoc ChangeLog README + dodoc AUTHORS ChangeLog README } |