diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-17 15:21:20 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-17 15:21:20 +0000 |
commit | 4c2f7721b85a42cd558984c56b0466286eb5f56a (patch) | |
tree | 03cf030ac0026078e7a1a6866193bb0058bdf049 /x11-themes/mosfet-liquid-widgets | |
parent | lintool fixes (diff) | |
download | gentoo-2-4c2f7721b85a42cd558984c56b0466286eb5f56a.tar.gz gentoo-2-4c2f7721b85a42cd558984c56b0466286eb5f56a.tar.bz2 gentoo-2-4c2f7721b85a42cd558984c56b0466286eb5f56a.zip |
lintool fixes
Diffstat (limited to 'x11-themes/mosfet-liquid-widgets')
-rw-r--r-- | x11-themes/mosfet-liquid-widgets/mosfet-liquid-widgets-0.9.5-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-themes/mosfet-liquid-widgets/mosfet-liquid-widgets-0.9.5-r1.ebuild b/x11-themes/mosfet-liquid-widgets/mosfet-liquid-widgets-0.9.5-r1.ebuild index 320556c9bc40..bf6874def9d6 100644 --- a/x11-themes/mosfet-liquid-widgets/mosfet-liquid-widgets-0.9.5-r1.ebuild +++ b/x11-themes/mosfet-liquid-widgets/mosfet-liquid-widgets-0.9.5-r1.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-themes/mosfet-liquid-widgets/mosfet-liquid-widgets-0.9.5-r1.ebuild,v 1.1 2002/08/24 18:36:14 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/mosfet-liquid-widgets/mosfet-liquid-widgets-0.9.5-r1.ebuild,v 1.2 2002/10/17 15:21:20 aliz Exp $ inherit kde-base need-kde 3 @@ -18,11 +18,11 @@ newdepend ">=kde-base/kdebase-3.0" src_install() { - kde_src_install all + kde_src_install all - # replace ksplash image - dodir $KDEDIR/share/apps - mv $D/$PREFIX/share/apps/ksplash $D/$KDEDIR/share/apps + # replace ksplash image + dodir $KDEDIR/share/apps + mv $D/$PREFIX/share/apps/ksplash $D/$KDEDIR/share/apps } |