[oe-commits] org.oe.dev monotone-6: Fix path instead of trying to remove a file in a nonexisting location

nail commit openembedded-commits at lists.openembedded.org
Wed Mar 21 22:45:33 UTC 2007


monotone-6: Fix path instead of trying to remove a file in a nonexisting location

Author: nail at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 8ee01e7aef977a6c51cf71b7d11f65f42e0dc413
ViewMTN: http://monotone.openembedded.org/revision.psp?id=8ee01e7aef977a6c51cf71b7d11f65f42e0dc413
Files:
1
packages/monotone/monotone-6_0.33.bb
Diffs:

#
# mt diff -r521eea48a6f7e6929046b923ae4dad4f5ed7ed97 -r8ee01e7aef977a6c51cf71b7d11f65f42e0dc413
#
# 
# 
# patch "packages/monotone/monotone-6_0.33.bb"
#  from [c6c99c83953e187c8c47ea7ea6a367abbe2ef20e]
#    to [372aa01bb7dbef8fd9422679ddd0048f51ef4444]
# 
============================================================
--- packages/monotone/monotone-6_0.33.bb	c6c99c83953e187c8c47ea7ea6a367abbe2ef20e
+++ packages/monotone/monotone-6_0.33.bb	372aa01bb7dbef8fd9422679ddd0048f51ef4444
@@ -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"






More information about the Openembedded-commits mailing list