diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-10-06 19:46:21 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-10-06 19:46:21 +0000 |
commit | 9f9adf552199cf3b752248eebd2f1f63b88136fc (patch) | |
tree | 4624a124fd43035f4ab50b89925cd426f10e69a4 /packages/classpath | |
parent | 6265c89321d13996212881744128bd4ee25b202b (diff) |
classpath-native 0.97: Completed patch that was not supposed to be committed in the first place.
Diffstat (limited to 'packages/classpath')
-rw-r--r-- | packages/classpath/classpath-native_0.97.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/classpath/classpath-native_0.97.2.bb b/packages/classpath/classpath-native_0.97.2.bb index 3046ff44c1..81ffad3b14 100644 --- a/packages/classpath/classpath-native_0.97.2.bb +++ b/packages/classpath/classpath-native_0.97.2.bb @@ -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 |