From df30e95c8af93e2fafac7cc7bca7ef0f4c27e035 Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Wed, 21 Mar 2007 22:36:17 +0000 Subject: monotone-6: Fix path instead of trying to remove a file in a nonexisting location --- packages/monotone/monotone-6_0.33.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/monotone') 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" -- cgit v1.2.3