summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Brewer <benbrewer@codethink.co.uk>2012-11-13 11:36:46 +0000
committerBen Brewer <benbrewer@codethink.co.uk>2012-11-13 11:36:46 +0000
commitcb72a719ac5d23b5371fa607f54996668da52aaa (patch)
treece4a1426b7941e8c56d2fd7d6906da93eaa48650
parent597956f8571c3eeb1919f37530800792777ed3b6 (diff)
downloadacpica-baserock/genivi/install.tar.gz
Use -f instead of --remove-destination for busybox cpbaserock/genivi/install
-rw-r--r--generate/unix/Makefile.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/generate/unix/Makefile.config b/generate/unix/Makefile.config
index 5a42cc841..c31428190 100644
--- a/generate/unix/Makefile.config
+++ b/generate/unix/Makefile.config
@@ -57,7 +57,7 @@ RENAMEPROG = \
#
COPYPROG = \
@mkdir -p ../$(BINDIR); \
- cp --remove-destination $(PROG) ../$(BINDIR); \
+ cp -f $(PROG) ../$(BINDIR); \
echo "Copied $(PROG) to $(FINAL_PROG)";
#