summaryrefslogtreecommitdiff
path: root/packages/classpath/classpath-native_0.97.2.bb
diff options
context:
space:
mode:
authorOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2008-10-06 20:43:27 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2008-10-06 20:43:27 +0000
commitf77e43d337dca4f455e8323d8b77612b704acf15 (patch)
tree64a46cb11f0a96cd5a5c454f7255e26e48bcae7d /packages/classpath/classpath-native_0.97.2.bb
parent6897cd31ee6cee794f929a7291afb462338ed76e (diff)
parentf19e558b41720e312b719d02dc86ca3a7621e619 (diff)
merge of '8b1a632406dfecdea03fc49aa79c4b9d50dc01a4'
and 'e416ea72c2f2707b8504ff1726a42c1b183121dd'
Diffstat (limited to 'packages/classpath/classpath-native_0.97.2.bb')
-rw-r--r--packages/classpath/classpath-native_0.97.2.bb2
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