Fix a couple shell syntax errors in recipes
authorChris Larson <chris_larson@mentor.com>
Wed, 19 May 2010 16:37:07 +0000 (09:37 -0700)
committerChris Larson <chris_larson@mentor.com>
Wed, 19 May 2010 19:53:49 +0000 (12:53 -0700)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
recipes/servlet-api/jsp2.0_5.5.26.bb
recipes/xapian/xapian-quickstart.inc

index 9c3a9c7..562a5ca 100644 (file)
@@ -26,7 +26,7 @@ addtask unpackpost after do_unpack before do_patch
 do_compile() {
   mkdir -p build
 
-  oe_makeclasspath cp -s servlet-api-2.4`
+  oe_makeclasspath cp -s servlet-api-2.4
   javac -sourcepath src/share -d build -cp $cp `find src/share/javax -name \*.java`
 
   # Copy extraneous files according to build.xml's compile task
index aab599f..920a48b 100644 (file)
@@ -14,7 +14,7 @@ do_compile() {
 }
 
 do_install() {
-        install -d ${D}$
+        install -d ${D}
         install -d ${D}${bindir}
         install -m 0755 ${WORKDIR}/${BINARY_NAME} ${D}${bindir}/
 }