diff options
author | Preston A. Elder <prez@gentoo.org> | 2003-05-04 05:51:44 +0000 |
---|---|---|
committer | Preston A. Elder <prez@gentoo.org> | 2003-05-04 05:51:44 +0000 |
commit | d471321f19e46263f7f406ab7fee56461a75e799 (patch) | |
tree | 92d9c138333919f1946a1ed4043c8eb67b118255 /x11-plugins/karamba-test | |
parent | Added karamba disk (diff) | |
download | gentoo-2-d471321f19e46263f7f406ab7fee56461a75e799.tar.gz gentoo-2-d471321f19e46263f7f406ab7fee56461a75e799.tar.bz2 gentoo-2-d471321f19e46263f7f406ab7fee56461a75e799.zip |
Took out dodoc
Diffstat (limited to 'x11-plugins/karamba-test')
-rw-r--r-- | x11-plugins/karamba-test/karamba-test-0.17.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-plugins/karamba-test/karamba-test-0.17.ebuild b/x11-plugins/karamba-test/karamba-test-0.17.ebuild index ccf7ade5f09c..38954c0cb60c 100644 --- a/x11-plugins/karamba-test/karamba-test-0.17.ebuild +++ b/x11-plugins/karamba-test/karamba-test-0.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/karamba-test/karamba-test-0.17.ebuild,v 1.1 2003/05/04 05:47:56 prez Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/karamba-test/karamba-test-0.17.ebuild,v 1.2 2003/05/04 05:51:44 prez Exp $ DESCRIPTION="Samba status plugin for Karamba" HOMEPAGE="http://www.efd.lth.se/~d98hk/karamba/" @@ -24,6 +24,4 @@ src_install () { dodir /usr/share/karamba/themes/test cp -r * ${D}/usr/share/karamba/themes/test/ chmod -R go=u,go-w ${D}/usr/share/karamba/themes/test - - dodoc README } |