1
0
mirror of synced 2026-02-10 09:39:57 +00:00

2005-12-19 14:55:26 by steve

Version -> 0.2.
  Install xen-duplicate-image
This commit is contained in:
steve
2005-12-19 14:55:26 +00:00
parent 2b2ef42705
commit a40b0030cc

View File

@@ -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