diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-10-06 19:46:57 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-10-06 19:46:57 +0000 |
commit | 21ad6c569eb101c22f65a0de3114478b875f639b (patch) | |
tree | 84ba67f5135046d78d08598e8c3c5efa886ab31b /packages | |
parent | 2edf230ed11e823ca4ecad9c7ae837cabba8fef2 (diff) | |
parent | 9f9adf552199cf3b752248eebd2f1f63b88136fc (diff) |
merge of '28a6e903d35d148bb1e7c2790ec279ef7fcd3c3f'
and '3d6fcd7d68418bbc212dc9fd7fdeafae7ed7bbcb'
Diffstat (limited to 'packages')
-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 |