diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-02 08:31:54 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-02 08:31:54 +0000 |
commit | 2198a2cf845c9511fe0052b4a230169733bf689f (patch) | |
tree | 61cb7cc59c11b86079854be338ca711bdf538032 /dev-java/xt | |
parent | Added building of shared libs. (diff) | |
download | gentoo-2-2198a2cf845c9511fe0052b4a230169733bf689f.tar.gz gentoo-2-2198a2cf845c9511fe0052b4a230169733bf689f.tar.bz2 gentoo-2-2198a2cf845c9511fe0052b4a230169733bf689f.zip |
Added dependencies
Diffstat (limited to 'dev-java/xt')
-rw-r--r-- | dev-java/xt/xt-1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/xt/xt-1.ebuild b/dev-java/xt/xt-1.ebuild index 51c03c2c7920..f9205df3ca8e 100644 --- a/dev-java/xt/xt-1.ebuild +++ b/dev-java/xt/xt-1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-java/xt/xt-1.ebuild,v 1.2 2000/11/01 06:27:08 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/xt/xt-1.ebuild,v 1.3 2000/11/02 08:31:51 achim Exp $ P=xt A=${P}.zip @@ -23,7 +23,7 @@ src_compile() { src_install() { cd ${S} - insinto /opt/java/lib + insinto /usr/lib/java doins xt.jar sax.jar docinto html dodoc xt.htm |