diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2005-07-19 18:36:27 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2005-07-19 18:36:27 +0000 |
commit | 173384028e25e582de6f064c557fd6d5398829bb (patch) | |
tree | ac8476c4aca37c5c8a5ddac9e0c9921f13f81c61 /dev-java/sun-j2ee | |
parent | The ifrename utility is now in /sbin/, not /usr/sbin/, bug #96654. (diff) | |
download | historical-173384028e25e582de6f064c557fd6d5398829bb.tar.gz historical-173384028e25e582de6f064c557fd6d5398829bb.tar.bz2 historical-173384028e25e582de6f064c557fd6d5398829bb.zip |
silly style fix
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-java/sun-j2ee')
-rw-r--r-- | dev-java/sun-j2ee/sun-j2ee-1.3.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/sun-j2ee/sun-j2ee-1.3.1-r2.ebuild b/dev-java/sun-j2ee/sun-j2ee-1.3.1-r2.ebuild index 10646828705d..4ef37d4d883f 100644 --- a/dev-java/sun-j2ee/sun-j2ee-1.3.1-r2.ebuild +++ b/dev-java/sun-j2ee/sun-j2ee-1.3.1-r2.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-j2ee/sun-j2ee-1.3.1-r2.ebuild,v 1.6 2005/05/18 15:49:41 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-j2ee/sun-j2ee-1.3.1-r2.ebuild,v 1.7 2005/07/19 18:34:01 axxo Exp $ inherit java-pkg @@ -23,7 +23,7 @@ pkg_nofetch() { die "Please download ${SRC_URI} from ${HOMEPAGE} to ${DISTDIR}" } -src_install () { +src_install() { local dirs="bin lib conf config cloudscape lib images nativelib repository public_html logs help images xsl" dodir /opt/${P} |