diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-17 15:47:37 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-17 15:47:37 +0000 |
commit | fed50a5e0421661e0bbd5db79690c7d6a7b845d2 (patch) | |
tree | e77ef41e34699c5c2eca228a97fb785b2d3a1e5f /x11-plugins/wmmemmon | |
parent | lintool (diff) | |
download | gentoo-2-fed50a5e0421661e0bbd5db79690c7d6a7b845d2.tar.gz gentoo-2-fed50a5e0421661e0bbd5db79690c7d6a7b845d2.tar.bz2 gentoo-2-fed50a5e0421661e0bbd5db79690c7d6a7b845d2.zip |
lintool fixes
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 } |