summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2005-09-10 17:40:10 +0000
committerThomas Matthijs <axxo@gentoo.org>2005-09-10 17:40:10 +0000
commit8525dd96ec1f7473be4799551b87af246235342e (patch)
tree4cd6ca2f2fcc6d2d310bd1e7a7f2d84c1b8eb4d2 /dev-java/jsch
parentversion bump + examples use, thanks too Carsten Frewert #99323 (diff)
downloadgentoo-2-8525dd96ec1f7473be4799551b87af246235342e.tar.gz
gentoo-2-8525dd96ec1f7473be4799551b87af246235342e.tar.bz2
gentoo-2-8525dd96ec1f7473be4799551b87af246235342e.zip
stylef ix
(Portage version: 2.0.52-r1)
Diffstat (limited to 'dev-java/jsch')
-rw-r--r--dev-java/jsch/jsch-0.1.21.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jsch/jsch-0.1.21.ebuild b/dev-java/jsch/jsch-0.1.21.ebuild
index 661509f2b900..25c8e591d2ec 100644
--- a/dev-java/jsch/jsch-0.1.21.ebuild
+++ b/dev-java/jsch/jsch-0.1.21.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/jsch/jsch-0.1.21.ebuild,v 1.1 2005/09/10 17:39:10 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jsch/jsch-0.1.21.ebuild,v 1.2 2005/09/10 17:40:10 axxo Exp $
inherit java-pkg
@@ -37,7 +37,7 @@ src_install() {
java-pkg_newjar dist/lib/jsch*.jar jsch.jar
use doc && java-pkg_dohtml -r javadoc/*
use source && java-pkg_dosrc src/*
- if use examples; then
+ if use examples; then
dodir /usr/share/doc/${PF}/examples/
cp -r examples/* ${D}/usr/share/doc/${PF}/examples/ || die
fi