From 02ccc67afb2a80d7474a23cb71ed293491fba1b6 Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 19 Dec 2005 16:38:36 +0000 Subject: [PATCH] 2005-12-19 16:38:36 by steve Ignore errors on install/uninstall with the /etc/xen-tools directory. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 685aed0..345ef4e 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # -- # http://www.steve.org.uk/ # -# $Id: Makefile,v 1.8 2005-12-19 14:55:26 steve Exp $ +# $Id: Makefile,v 1.9 2005-12-19 16:38:36 steve Exp $ # @@ -59,7 +59,7 @@ install: chmod 755 /usr/bin/xen-delete-image chmod 755 /usr/bin/xen-duplicate-image chmod 755 /usr/bin/xen-update-image - mkdir /etc/xen-tools + -mkdir /etc/xen-tools cp etc/xen-tools.conf /etc/xen-tools @@ -88,7 +88,7 @@ uninstall: rm /usr/bin/xen-duplicate-image rm /usr/bin/xen-update-image rm /etc/xen-tools/xen-tools.conf - rmdir /etc/xen-tools/ + -rmdir /etc/xen-tools/ update: cvs -z3 update -A -d 2>/dev/null