monotone-6: Add '-f' to rm, incase the file isn't there.
authorOyvind Repvik <nail@nslu2-linux.org>
Wed, 21 Mar 2007 22:24:00 +0000 (22:24 +0000)
committerOyvind Repvik <nail@nslu2-linux.org>
Wed, 21 Mar 2007 22:24:00 +0000 (22:24 +0000)
packages/monotone/monotone-6_0.33.bb

index 47e58a4..29332a9 100644 (file)
@@ -25,7 +25,7 @@ inherit autotools
 #FIXME: remove the following
 ARM_INSTRUCTION_SET = "arm"
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "http://monotone.ca/downloads/${PV}/monotone-${PV}.tar.gz \
            file://txt2c-cross-post-0.22.patch;patch=1 \
@@ -42,7 +42,7 @@ do_install_append() {
         install -d ${D}${tsd}
         install -c -m 755 testsuite ${D}${tsd}/testsuite
         cp -pPR tests ${D}${tsd}/tests
-       rm ${D}/home/monotone/monotone-6/tests/tests/diff_a_binary_file/binary
+       rm -f ${D}/home/monotone/monotone-6/tests/tests/diff_a_binary_file/binary
 }
 
 PACKAGES = "${PN} ${PN}-doc ${PN}-testsuite"