From: iap10@labyrinth.cl.cam.ac.uk Date: Wed, 1 Oct 2003 14:24:33 +0000 (+0000) Subject: bitkeeper revision 1.473.1.1 (3f7ae3a1ETOit2XWditIaoMNiR4HLA) X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~18650^2~1^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=71f3f6038f9fb2fb7428ee9cf08f74ea2c5802cc;p=xen.git bitkeeper revision 1.473.1.1 (3f7ae3a1ETOit2XWditIaoMNiR4HLA) minor fix to xen-clone script --- 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