git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c5b447
)
monotone-6: Fix path instead of trying to remove a file in a nonexisting location
author
Oyvind Repvik
<nail@nslu2-linux.org>
Wed, 21 Mar 2007 22:36:17 +0000
(22:36 +0000)
committer
Oyvind Repvik
<nail@nslu2-linux.org>
Wed, 21 Mar 2007 22:36:17 +0000
(22:36 +0000)
packages/monotone/monotone-6_0.33.bb
patch
|
blob
|
history
diff --git
a/packages/monotone/monotone-6_0.33.bb
b/packages/monotone/monotone-6_0.33.bb
index
29332a9
..
64b1d16
100644
(file)
--- 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"