summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Proschofsky <suka@gentoo.org>2005-01-16 18:37:46 +0000
committerAndreas Proschofsky <suka@gentoo.org>2005-01-16 18:37:46 +0000
commit074f0eb58b85fbc6fc3cca4bf0e6f073ba38bc1e (patch)
treed7966c0230ca8e3de6514ba70691b4942dc34267 /app-office/ooextras
parentInitial commit, closes bug #44488 (diff)
downloadhistorical-074f0eb58b85fbc6fc3cca4bf0e6f073ba38bc1e.tar.gz
historical-074f0eb58b85fbc6fc3cca4bf0e6f073ba38bc1e.tar.bz2
historical-074f0eb58b85fbc6fc3cca4bf0e6f073ba38bc1e.zip
Make the einfo a little more helpful
Package-Manager: portage-2.0.51-r13
Diffstat (limited to 'app-office/ooextras')
-rw-r--r--app-office/ooextras/Manifest2
-rw-r--r--app-office/ooextras/ooextras-20031206.ebuild6
2 files changed, 5 insertions, 3 deletions
diff --git a/app-office/ooextras/Manifest b/app-office/ooextras/Manifest
index 125e3056f421..e51f8c02fb4b 100644
--- a/app-office/ooextras/Manifest
+++ b/app-office/ooextras/Manifest
@@ -1,4 +1,4 @@
-MD5 753606d10442e6d077f33b08a68ae463 ooextras-20031206.ebuild 725
+MD5 46cb2ced3b994fdfb870335f1047b389 ooextras-20031206.ebuild 807
MD5 b454d33815ed308c71d7810336ad754c ChangeLog 411
MD5 5ac368ff6f08c4adb0aa222ed00a3c9c metadata.xml 393
MD5 65262c01ffb7b021f15aa0f7a6ac9f8e files/digest-ooextras-20031206 66
diff --git a/app-office/ooextras/ooextras-20031206.ebuild b/app-office/ooextras/ooextras-20031206.ebuild
index 173b9e291c10..564abcc0a95f 100644
--- a/app-office/ooextras/ooextras-20031206.ebuild
+++ b/app-office/ooextras/ooextras-20031206.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/ooextras/ooextras-20031206.ebuild,v 1.1 2005/01/16 18:28:45 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/ooextras/ooextras-20031206.ebuild,v 1.2 2005/01/16 18:37:46 suka Exp $
DESCRIPTION="OOExtras: Extra Templates for OpenOffice.org!"
HOMEPAGE="http://ooextras.sourceforge.net/"
@@ -25,5 +25,7 @@ src_install() {
}
pkg_postinst() {
- einfo "please add ${INSTDIR} to your template paths in OpenOffice.org"
+ einfo "Please add ${INSTDIR} to your template paths in OpenOffice.org"
+ einfo "You can do this under:"
+ einfo "Tools > Options > OpenOffice.org > Paths"
}