classpath-native 0.97: Completed patch that was not supposed to be committed in the...
authorRobert Schuster <thebohemian@gmx.net>
Mon, 6 Oct 2008 19:46:21 +0000 (19:46 +0000)
committerRobert Schuster <thebohemian@gmx.net>
Mon, 6 Oct 2008 19:46:21 +0000 (19:46 +0000)
packages/classpath/classpath-native_0.97.2.bb

index 3046ff4..81ffad3 100644 (file)
@@ -21,7 +21,7 @@ do_unpackpost() {
        mv external/w3c_dom/org/w3c/dom/html2 \
                        external/w3c_dom/org/w3c/dom/html
 
-       find gnu/classpath/examples/html gnu/xml/dom/html2 external/w3c_dom/org/w3c/dom/html -name "*.java" \
+       find examples/gnu/classpath/examples/html gnu/xml/dom/html2 external/w3c_dom/org/w3c/dom/html -name "*.java" \
                -exec sed -i -e"s|org.w3c.dom.html2|org.w3c.dom.html|" {} \;
 
        sed -i -e"s|org/w3c/dom/html2|org/w3c/dom/html|" external/w3c_dom/Makefile.am