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 | 8db3cfedf55314367fde395393379c6b18e878da (patch) | |
tree | 5329f76841582ffdb2c587123cb08a7f7bfeb0d1 /dev-java/sun-j2ee | |
parent | The ifrename utility is now in /sbin/, not /usr/sbin/, bug #96654. (diff) | |
download | gentoo-2-8db3cfedf55314367fde395393379c6b18e878da.tar.gz gentoo-2-8db3cfedf55314367fde395393379c6b18e878da.tar.bz2 gentoo-2-8db3cfedf55314367fde395393379c6b18e878da.zip |
silly style fix
(Portage version: 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} |