aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2003-10-01 14:24:33 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2003-10-01 14:24:33 +0000
commit71f3f6038f9fb2fb7428ee9cf08f74ea2c5802cc (patch)
tree10a9e3b6ecea6b916c379a9358837ce913c7adf4 /tools
parentd5f3e34120cf409ec628c2f628d485616c0830c4 (diff)
downloadxen-71f3f6038f9fb2fb7428ee9cf08f74ea2c5802cc.tar.gz
xen-71f3f6038f9fb2fb7428ee9cf08f74ea2c5802cc.tar.bz2
xen-71f3f6038f9fb2fb7428ee9cf08f74ea2c5802cc.zip
bitkeeper revision 1.473.1.1 (3f7ae3a1ETOit2XWditIaoMNiR4HLA)
minor fix to xen-clone script
Diffstat (limited to 'tools')
-rw-r--r--tools/control/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/control/Makefile b/tools/control/Makefile
index 7a49e1807a..ce594d833b 100644
--- a/tools/control/Makefile
+++ b/tools/control/Makefile
@@ -8,7 +8,7 @@ clean: clean-cmdline clean-web
examples: FORCE
mkdir -p ../../../install/etc
- chmod +w ../../../install/etc/*
+ chmod +w ../../../install/etc/* || true
cp examples/xen* examples/*example ../../../install/etc/
cmdline: FORCE