diff options
author | 2007-04-29 18:43:03 +0000 | |
---|---|---|
committer | 2007-04-29 18:43:03 +0000 | |
commit | 469f48fb3a274bf5b3c02282b3ed99f9d1c82562 (patch) | |
tree | d80d002edcd114bf0c7fbe03eac839ae8b14297e /app-text/omegat/omegat-1.6.1_p04.ebuild | |
parent | Fixed typo: s/udnunits/udunits/ (#176410 reported by Jakub Moc) (diff) | |
download | historical-469f48fb3a274bf5b3c02282b3ed99f9d1c82562.tar.gz historical-469f48fb3a274bf5b3c02282b3ed99f9d1c82562.tar.bz2 historical-469f48fb3a274bf5b3c02282b3ed99f9d1c82562.zip |
Fixed docinto problem.
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'app-text/omegat/omegat-1.6.1_p04.ebuild')
-rw-r--r-- | app-text/omegat/omegat-1.6.1_p04.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/omegat/omegat-1.6.1_p04.ebuild b/app-text/omegat/omegat-1.6.1_p04.ebuild index 5f8262b76d4e..7244a879a7c6 100644 --- a/app-text/omegat/omegat-1.6.1_p04.ebuild +++ b/app-text/omegat/omegat-1.6.1_p04.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/omegat/omegat-1.6.1_p04.ebuild,v 1.2 2007/04/29 12:30:56 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/omegat/omegat-1.6.1_p04.ebuild,v 1.3 2007/04/29 18:43:03 matsuu Exp $ JAVA_PKG_BSFIX_NAME="build.xml build-impl.xml profiler-build-impl.xml" inherit java-pkg-2 java-ant-2 @@ -31,8 +31,8 @@ src_install() { java-pkg_dolauncher ${PN} --jar OmegaT.jar dodoc release/changes.txt release/readme*.txt - docinto lib; dodoc lib/*.txt dohtml -A properties -r docs/* + docinto lib; dodoc lib/*.txt doicon images/*.ico make_desktop_entry ${PN} "OmegaT ${PV}" "/usr/share/pixmaps/OmegaT.ico" "Application;Office" |