summaryrefslogtreecommitdiff
path: root/packages/monotone/monotone-6_0.33.bb
diff options
context:
space:
mode:
authorOyvind Repvik <nail@nslu2-linux.org>2007-03-21 22:24:00 +0000
committerOyvind Repvik <nail@nslu2-linux.org>2007-03-21 22:24:00 +0000
commit8c5b447ffadcfc3b76af95af0c4e62415a8e0e69 (patch)
treebd390b6cc38e350ca129400efb06a620b6a3425a /packages/monotone/monotone-6_0.33.bb
parent621125c98ac5007f4b53927752d79308f8dfb374 (diff)
monotone-6: Add '-f' to rm, incase the file isn't there.
Diffstat (limited to 'packages/monotone/monotone-6_0.33.bb')
-rw-r--r--packages/monotone/monotone-6_0.33.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/monotone/monotone-6_0.33.bb b/packages/monotone/monotone-6_0.33.bb
index 47e58a48c6..29332a971d 100644
--- a/packages/monotone/monotone-6_0.33.bb
+++ b/packages/monotone/monotone-6_0.33.bb
@@ -25,7 +25,7 @@ inherit autotools
#FIXME: remove the following
ARM_INSTRUCTION_SET = "arm"
-PR = "r0"
+PR = "r1"
SRC_URI = "http://monotone.ca/downloads/${PV}/monotone-${PV}.tar.gz \
file://txt2c-cross-post-0.22.patch;patch=1 \
@@ -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 ${D}/home/monotone/monotone-6/tests/tests/diff_a_binary_file/binary
+ rm -f ${D}/home/monotone/monotone-6/tests/tests/diff_a_binary_file/binary
}
PACKAGES = "${PN} ${PN}-doc ${PN}-testsuite"