diff options
Diffstat (limited to 'x11-plugins/wmmemmon')
-rw-r--r-- | x11-plugins/wmmemmon/wmmemmon-0.7.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-plugins/wmmemmon/wmmemmon-0.7.0.ebuild b/x11-plugins/wmmemmon/wmmemmon-0.7.0.ebuild index 2eb39af57d62..ca796ffdfd78 100644 --- a/x11-plugins/wmmemmon/wmmemmon-0.7.0.ebuild +++ b/x11-plugins/wmmemmon/wmmemmon-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemmon/wmmemmon-0.7.0.ebuild,v 1.1 2002/10/03 15:03:16 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemmon/wmmemmon-0.7.0.ebuild,v 1.2 2002/10/17 15:47:37 aliz Exp $ S=${WORKDIR}/${P} @@ -27,11 +27,11 @@ src_install () { einstall || die "make install failed" - doman doc/wmmemmon.1 + doman doc/wmmemmon.1 - dodoc AUTHORS THANKS TODO Changelog README + dodoc AUTHORS THANKS TODO Changelog README - dobin src/wmmemmon + dobin src/wmmemmon } |