changeset 1236:b7a8b3f766db

2008-12-02 Matthias Klose <doko@ubuntu.com> * Makefile.am (stamps/extract.stamp): Fix extraction of alternate hotspot tarball.
author doko@ubuntu.com
date Tue, 02 Dec 2008 19:20:50 +0100
parents 88c610e6f50a
children 7eca1fba7ef1
files ChangeLog Makefile.am
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Dec 02 17:05:33 2008 +0000
+++ b/ChangeLog	Tue Dec 02 19:20:50 2008 +0100
@@ -1,3 +1,8 @@
+2008-12-02  Matthias Klose  <doko@ubuntu.com>
+
+	* Makefile.am (stamps/extract.stamp): Fix extraction of
+	alternate hotspot tarball.
+
 2008-12-02  Lillian Angel  <langel@redhat.com>
 
 	* Makefile.am
--- a/Makefile.am	Tue Dec 02 17:05:33 2008 +0000
+++ b/Makefile.am	Tue Dec 02 19:20:50 2008 +0100
@@ -630,7 +630,7 @@
 	    rm -rf openjdk/hotspot ; \
 	    $(TAR) xf $(HOTSPOT_SRC_ZIP) ; \
 	    chmod -R ug+w hotspot-* ; \
-	    mv hotspot-* openjdk/hotspot ; \
+	    mv $$(find -maxdepth 1 -name 'hotspot-*' -type d) openjdk/hotspot ; \
 	  fi ; \
 	  sh $(abs_top_srcdir)/fsg.sh ; \
 	fi