From: Oyvind Repvik Date: Wed, 21 Mar 2007 22:36:17 +0000 (+0000) Subject: monotone-6: Fix path instead of trying to remove a file in a nonexisting location X-Git-Tag: Release-2010-05/1~8868^2~1032^2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df30e95c8af93e2fafac7cc7bca7ef0f4c27e035;p=openembedded.git monotone-6: Fix path instead of trying to remove a file in a nonexisting location --- 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"