diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-07-07 09:20:20 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-07-07 09:20:20 +0000 |
commit | e1d276e59f077f070d0c166693804e0ee878f2b0 (patch) | |
tree | 85e4c7ce745be8b2bb8a80c47a631f398763ba2a /eclass | |
parent | Initial version. (diff) | |
download | historical-e1d276e59f077f070d0c166693804e0ee878f2b0.tar.gz historical-e1d276e59f077f070d0c166693804e0ee878f2b0.tar.bz2 historical-e1d276e59f077f070d0c166693804e0ee878f2b0.zip |
Small typo fix.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/java-wsdp.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/java-wsdp.eclass b/eclass/java-wsdp.eclass index c1f2f85e7416..d31a25e7bb1c 100644 --- a/eclass/java-wsdp.eclass +++ b/eclass/java-wsdp.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/java-wsdp.eclass,v 1.1 2006/07/06 12:25:05 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/java-wsdp.eclass,v 1.2 2006/07/07 09:20:20 nelchael Exp $ # # Original Author: Krzysiek Pawlik <nelchael@gentoo.org> @@ -77,7 +77,7 @@ java-wsdp_src_unpack() { eend 0 # A little cleanup (remove unneeded files like uninstaller, images for it, - # bundled ant: + # bundled ant): cd "${WORKDIR}/base" rm -fr _uninst uninstall.sh images apache-ant |