diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2005-01-17 21:26:17 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2005-01-17 21:26:17 +0000 |
commit | 4d1ba8a519ea6f054f0471d17cd48d6d18af0703 (patch) | |
tree | 11d6b86882b696c4a5de7909f4a855314772b958 /app-office/openoffice | |
parent | Version bump, closes bug #78411 (diff) | |
download | historical-4d1ba8a519ea6f054f0471d17cd48d6d18af0703.tar.gz historical-4d1ba8a519ea6f054f0471d17cd48d6d18af0703.tar.bz2 historical-4d1ba8a519ea6f054f0471d17cd48d6d18af0703.zip |
additional cleanups
Package-Manager: portage-2.0.51-r13
Diffstat (limited to 'app-office/openoffice')
-rw-r--r-- | app-office/openoffice/openoffice-1.1.4.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-office/openoffice/openoffice-1.1.4.ebuild b/app-office/openoffice/openoffice-1.1.4.ebuild index 4e6faf75d1b2..41d656dc20e1 100644 --- a/app-office/openoffice/openoffice-1.1.4.ebuild +++ b/app-office/openoffice/openoffice-1.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.4.ebuild,v 1.11 2005/01/17 20:56:26 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.4.ebuild,v 1.12 2005/01/17 21:25:21 suka Exp $ # Notes: # @@ -448,7 +448,6 @@ src_install() { cd ${S}/instsetoo/${SOLPATH}/${LANGNO}/normal ./setup -v -noexit -nogui -r:${T}/autoresponse || die "Setup failed" - echo einfo "Removing build root from registry..." # Remove totally useless stuff. rm -f ${D}${INSTDIR}/program/{setup.log,sopatchlevel.sh} || die @@ -481,7 +480,7 @@ src_install() { if use gnome then insinto /usr/share/gnome/apps/OpenOffice.org - # Install the files needed for the catagory + # Install the files needed for the category doins ${D}${INSTDIR}/share/gnome/net/.directory doins ${D}${INSTDIR}/share/gnome/net/.order @@ -504,7 +503,7 @@ src_install() { local kdeloc="${D}${INSTDIR}/share/kde/net/" insinto /usr/share/applnk/OpenOffice.org\ 1.1 - # Install the files needed for the catagory + # Install the files needed for the category doins ${kdeloc}/.directory dodir /usr/share # Install the icons and mime info |