monotone-6: Fix path instead of trying to remove a file in a nonexisting location
authorOyvind Repvik <nail@nslu2-linux.org>
Wed, 21 Mar 2007 22:36:17 +0000 (22:36 +0000)
committerOyvind Repvik <nail@nslu2-linux.org>
Wed, 21 Mar 2007 22:36:17 +0000 (22:36 +0000)
packages/monotone/monotone-6_0.33.bb

index 29332a9..64b1d16 100644 (file)
@@ -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 -f ${D}/home/monotone/monotone-6/tests/tests/diff_a_binary_file/binary
+       rm ${D}/home/monotone/monotone-6/tests/diff_a_binary_file/binary
 }
 
 PACKAGES = "${PN} ${PN}-doc ${PN}-testsuite"