From ec6080fea60263ffd993e2d5c05217f5d2adfb1c Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Sun, 24 Oct 2010 11:45:41 -0600 Subject: [PATCH] update readme.txt to point to new classpath.jar path --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 1f04cf69d0..e90201703a 100644 --- a/readme.txt +++ b/readme.txt @@ -390,7 +390,7 @@ Step 2: Create a stage1 directory and extract the contents of the class library jar into it. $ mkdir stage1 - $ (cd stage1 && jar xf ../../build/classpath.jar) + $ (cd stage1 && jar xf ../../build/${platform}-${arch}/classpath.jar) Step 3: Build the Java code and add it to stage1.