summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Proschofsky <suka@gentoo.org>2004-01-24 14:53:52 +0000
committerAndreas Proschofsky <suka@gentoo.org>2004-01-24 14:53:52 +0000
commit598a379f10ae3a371e4b39a68b0dc76cf535658c (patch)
tree21ce7398e01aca40e41fdf0b48d2d3ab17899cca /app-office
parentFix corrupted metadata, bug 39234. (Manifest recommit) (diff)
downloadgentoo-2-598a379f10ae3a371e4b39a68b0dc76cf535658c.tar.gz
gentoo-2-598a379f10ae3a371e4b39a68b0dc76cf535658c.tar.bz2
gentoo-2-598a379f10ae3a371e4b39a68b0dc76cf535658c.zip
Gnome desktop file install fix
Diffstat (limited to 'app-office')
-rw-r--r--app-office/openoffice/openoffice-1.1.0-r3.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/app-office/openoffice/openoffice-1.1.0-r3.ebuild b/app-office/openoffice/openoffice-1.1.0-r3.ebuild
index d391ff0330bb..ada700f429e6 100644
--- a/app-office/openoffice/openoffice-1.1.0-r3.ebuild
+++ b/app-office/openoffice/openoffice-1.1.0-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.0-r3.ebuild,v 1.3 2004/01/24 10:53:59 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.0-r3.ebuild,v 1.4 2004/01/24 14:53:52 suka Exp $
# IMPORTANT: This is extremely alpha!!!
@@ -499,7 +499,10 @@ src_install() {
doins ${D}${INSTDIR}/share/gnome/net/.directory
doins ${D}${INSTDIR}/share/gnome/net/.order
- for x in ${D}${INSTDIR}/share/gnome/net/*.desktop
+ # Change this to ooo*.desktop from *.desktop for now, since
+ # otherwise two sets of icons will appear in the GNOME menu.
+ # <brad@gentoo.org> (04 Aug 2003)
+ for x in ${D}${INSTDIR}/share/gnome/net/ooo*.desktop
do
# We have to handle soffice and setup differently
perl -pi -e "s:${INSTDIR}/program/setup:/usr/bin/oosetup:g" ${x}