diff options
Diffstat (limited to 'net-nds/luma/luma-2.2.1.ebuild')
-rw-r--r-- | net-nds/luma/luma-2.2.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-nds/luma/luma-2.2.1.ebuild b/net-nds/luma/luma-2.2.1.ebuild index f489c88e0857..2a74ead8c1eb 100644 --- a/net-nds/luma/luma-2.2.1.ebuild +++ b/net-nds/luma/luma-2.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/luma/luma-2.2.1.ebuild,v 1.2 2005/10/18 17:32:54 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/luma/luma-2.2.1.ebuild,v 1.3 2008/05/13 18:30:08 hawking Exp $ inherit eutils qt3 @@ -30,6 +30,6 @@ src_install() { addpredict "$QTDIR/etc/settings" dodir /usr - python install.py --prefix=${D}/usr + python install.py --prefix="${D}"/usr make_desktop_entry "luma" Luma "/usr/share/luma/icons/luma-128.png" "System;Qt" } |