summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2009-10-19 21:17:16 +0200
committerPetr Mladek <pmladek@suse.cz>2009-10-19 21:18:29 +0200
commit14607e7774d42d8493a97fe5cfeed4088dd9b961 (patch)
tree1499c57a6ca53cb2647c57880efb425c890fce36
parent56b7de0e34099cafe1cce1d49485a0ff9dad5dbb (diff)
Copy jsr173_1.0_api.jar also in the bootstrap piece
* bin/unpack: copy jsr173_1.0_api.jar also in the bootstrap piece
-rwxr-xr-xbin/unpack2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/unpack b/bin/unpack
index 6a1807b3d..c2e1a3805 100755
--- a/bin/unpack
+++ b/bin/unpack
@@ -329,7 +329,7 @@ fi
# copy in the prebuilt jsr173_1.0_api.jar if available
# allows to build with JDK 1.4
JSR_API_JAR=jsr173_1.0_api.jar
-if test "z$PIECE" = "z"; then
+if test "z$PIECE" = "z" -o "z$PIECE" = "zbootstrap" ; then
if test -f "$SRCDIR/$JSR_API_JAR"; then
mkdir -p $OOBUILDDIR/external/StAX
$GNUCP -af $SRCDIR/$JSR_API_JAR $OOBUILDDIR/external/StAX