diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2003-10-23 23:51:32 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2003-10-23 23:51:32 +0000 |
commit | 4869381008b536aca0a23588b7dadd42e66a66c2 (patch) | |
tree | e66d851793e4fbcb7090366376a28176093adbba /x11-misc/fbpanel | |
parent | stable bump (diff) | |
download | historical-4869381008b536aca0a23588b7dadd42e66a66c2.tar.gz historical-4869381008b536aca0a23588b7dadd42e66a66c2.tar.bz2 historical-4869381008b536aca0a23588b7dadd42e66a66c2.zip |
Added config/* docs.
Diffstat (limited to 'x11-misc/fbpanel')
-rw-r--r-- | x11-misc/fbpanel/fbpanel-2.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-misc/fbpanel/fbpanel-2.2.ebuild b/x11-misc/fbpanel/fbpanel-2.2.ebuild index 481439a7ad9e..1687c10341e8 100644 --- a/x11-misc/fbpanel/fbpanel-2.2.ebuild +++ b/x11-misc/fbpanel/fbpanel-2.2.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-misc/fbpanel/fbpanel-2.2.ebuild,v 1.1 2003/10/21 17:59:19 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/fbpanel-2.2.ebuild,v 1.2 2003/10/23 23:51:32 pyrania Exp $ DESCRIPTION="fbpanel is a light-weight X11 desktop panel" SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" @@ -21,4 +21,6 @@ src_compile() { src_install () { dobin ${S}/fbpanel dodoc README CREDITS COPYING + docinto config + dodoc config/* } |