diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-21 22:36:17 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-21 22:36:17 +0000 |
commit | df30e95c8af93e2fafac7cc7bca7ef0f4c27e035 (patch) | |
tree | 14ed027b23eddfab62d7a08415e65b28d1d4d06f | |
parent | 8c5b447ffadcfc3b76af95af0c4e62415a8e0e69 (diff) |
monotone-6: Fix path instead of trying to remove a file in a nonexisting location
-rw-r--r-- | packages/monotone/monotone-6_0.33.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/monotone/monotone-6_0.33.bb b/packages/monotone/monotone-6_0.33.bb index 29332a971d..64b1d1699e 100644 --- a/packages/monotone/monotone-6_0.33.bb +++ b/packages/monotone/monotone-6_0.33.bb @@ -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" |