summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2006-08-02 22:45:43 +0000
committerSven Wegener <swegener@gentoo.org>2006-08-02 22:45:43 +0000
commitee56bbac051062a8a8d5d991e7409060ebf57571 (patch)
tree88ecb39607679134dfd7d531e0f6963b90af2a90 /net-irc/loqui/loqui-0.4.4.ebuild
parentVersion bump. (diff)
downloadgentoo-2-ee56bbac051062a8a8d5d991e7409060ebf57571.tar.gz
gentoo-2-ee56bbac051062a8a8d5d991e7409060ebf57571.tar.bz2
gentoo-2-ee56bbac051062a8a8d5d991e7409060ebf57571.zip
Install .desktop file into the right place.
(Portage version: 2.1.1_pre4-r1)
Diffstat (limited to 'net-irc/loqui/loqui-0.4.4.ebuild')
-rw-r--r--net-irc/loqui/loqui-0.4.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/loqui/loqui-0.4.4.ebuild b/net-irc/loqui/loqui-0.4.4.ebuild
index 359301dafca0..ec95d0646c2b 100644
--- a/net-irc/loqui/loqui-0.4.4.ebuild
+++ b/net-irc/loqui/loqui-0.4.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/loqui/loqui-0.4.4.ebuild,v 1.3 2006/08/01 22:10:02 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/loqui/loqui-0.4.4.ebuild,v 1.4 2006/08/02 22:45:43 swegener Exp $
DESCRIPTION="Loqui is a graphical IRC client for GNOME2 on UNIX like operating system."
SRC_URI="http://loqui.good-day.net/src/${P}.tar.gz"
@@ -24,6 +24,6 @@ src_compile() {
}
src_install() {
- make DESTDIR="${D}" install || die "make install failed"
+ make desktopdir=/usr/share/applications DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
}