diff options
Diffstat (limited to 'x11-plugins/asmon/asmon-0.65.ebuild')
-rw-r--r-- | x11-plugins/asmon/asmon-0.65.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-plugins/asmon/asmon-0.65.ebuild b/x11-plugins/asmon/asmon-0.65.ebuild index c38852bb3928..45081d085b76 100644 --- a/x11-plugins/asmon/asmon-0.65.ebuild +++ b/x11-plugins/asmon/asmon-0.65.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmon/asmon-0.65.ebuild,v 1.1 2005/06/20 12:20:03 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmon/asmon-0.65.ebuild,v 1.2 2006/01/02 10:42:49 s4t4n Exp $ inherit eutils @@ -26,7 +26,7 @@ src_compile() { } src_install() { - dodoc AUTHOR CHANGES COPYING INSTALL INSTALL.orig + dodoc AUTHOR CHANGES cd asmon dobin ${PN} } |