From a40b0030cc1448b5b90e4436624e199d289ea226 Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 19 Dec 2005 14:55:26 +0000 Subject: [PATCH] 2005-12-19 14:55:26 by steve Version -> 0.2. Install xen-duplicate-image --- Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 15b205f..685aed0 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,18 @@ # -# Utility makefile for people working with Yawns. +# Utility makefile for people working with xen-tools # +# Steve +# -- +# http://www.steve.org.uk/ +# +# $Id: Makefile,v 1.8 2005-12-19 14:55:26 steve Exp $ # # Only used to build distribution tarballs. # DIST_PREFIX = /tmp -VERSION = 0.1 +VERSION = 0.2 BASE = xen-tools @@ -52,6 +57,7 @@ install: cp xen-update-image /usr/bin chmod 755 /usr/bin/xen-create-image 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 cp etc/xen-tools.conf /etc/xen-tools