diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-14 14:07:27 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-14 14:07:27 +0000 |
commit | 0dfb14e132e1eb10a8e53c0b6f849f648e88ae6f (patch) | |
tree | 26e16b3cbd7e0d5229aa5762951748f2bd903cb9 /x11-misc | |
parent | updated copyright year (diff) | |
download | historical-0dfb14e132e1eb10a8e53c0b6f849f648e88ae6f.tar.gz historical-0dfb14e132e1eb10a8e53c0b6f849f648e88ae6f.tar.bz2 historical-0dfb14e132e1eb10a8e53c0b6f849f648e88ae6f.zip |
Updated copyright year
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/gkrellmlaunch/gkrellmlaunch-0.3.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-misc/gkrellmlaunch/gkrellmlaunch-0.3.ebuild b/x11-misc/gkrellmlaunch/gkrellmlaunch-0.3.ebuild index b28f6d69a499..b70d56e39dcb 100644 --- a/x11-misc/gkrellmlaunch/gkrellmlaunch-0.3.ebuild +++ b/x11-misc/gkrellmlaunch/gkrellmlaunch-0.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Jerry A! <jerry@thehutt.org> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gkrellmlaunch/gkrellmlaunch-0.3.ebuild,v 1.2 2002/02/25 00:38:06 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gkrellmlaunch/gkrellmlaunch-0.3.ebuild,v 1.3 2002/04/14 14:07:27 seemant Exp $ S=${WORKDIR}/${P} -DESCRIPTION="a Program-Launcher Plugin for Gkrellm" +DESCRIPTION="a Program-Launcher Plugin for GKrellM" SRC_URI="http://prdownloads.sourceforge.net/gkrellmlaunch/${P}.tar.gz" HOMEPAGE="http://gkrellmlaunch.sourceforge.net/" @@ -15,8 +15,8 @@ src_compile() { } src_install () { - exeinto /usr/lib/gkrellm/plugins - doexe gkrellmlaunch.so + insinto /usr/lib/gkrellm/plugins + doins gkrellmlaunch.so dodoc README } |