diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2005-09-16 18:41:37 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2005-09-16 18:41:37 +0000 |
commit | 3e0bebaeee275cce05614d177dc839b5e4c357b2 (patch) | |
tree | 17c98b90fcbf61d5903554058478ce56560fd713 | |
parent | Added the slot_rebuild function provided by Carsten Lohrke in bug 98425. (diff) | |
download | gentoo-2-3e0bebaeee275cce05614d177dc839b5e4c357b2.tar.gz gentoo-2-3e0bebaeee275cce05614d177dc839b5e4c357b2.tar.bz2 gentoo-2-3e0bebaeee275cce05614d177dc839b5e4c357b2.zip |
fix pkg name in einfo
(Portage version: 2.0.52-r1)
-rw-r--r-- | dev-java/sun-jai-bin/sun-jai-bin-1.1.2.01.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/sun-jai-bin/sun-jai-bin-1.1.2.01.ebuild b/dev-java/sun-jai-bin/sun-jai-bin-1.1.2.01.ebuild index a9d22a98856c..f5585966b9e6 100644 --- a/dev-java/sun-jai-bin/sun-jai-bin-1.1.2.01.ebuild +++ b/dev-java/sun-jai-bin/sun-jai-bin-1.1.2.01.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/dev-java/sun-jai-bin/sun-jai-bin-1.1.2.01.ebuild,v 1.3 2005/07/19 18:42:28 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jai-bin/sun-jai-bin-1.1.2.01.ebuild,v 1.4 2005/09/16 18:41:37 axxo Exp $ inherit java-pkg @@ -34,7 +34,7 @@ src_install() { pkg_postinst() { einfo "This ebuild now installs into /opt/${PN} and /usr/share/${PN}" einfo 'To use you need to pass the following to java' - use x86 && einfo '-Djava.library.path=$(java-config -i jai-bin)' - einfo '-classpath $(java-config -p jai-bin)' + use x86 && einfo '-Djava.library.path=$(java-config -i sun-jai-bin)' + einfo '-classpath $(java-config -p sun-jai-bin)' } |