1
0
mirror of synced 2026-02-24 07:32:35 +00:00

2007-06-12 11:10:06 by steve

Added symlinks for feisty + gutsy.
This commit is contained in:
steve
2007-06-12 11:10:07 +00:00
parent 90842dd4c5
commit e0d6884e3a
2 changed files with 4 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
# --
# http://www.steve.org.uk/
#
# $Id: Makefile,v 1.102 2007-05-24 17:35:17 steve Exp $
# $Id: Makefile,v 1.103 2007-06-12 11:10:06 steve Exp $
#
@@ -151,6 +151,8 @@ install-hooks:
cp -R hooks/gentoo/*-* ${prefix}/usr/lib/xen-tools/gentoo.d
mkdir -p ${prefix}/usr/lib/xen-tools/edgy.d/
cp -R hooks/edgy/*-* ${prefix}/usr/lib/xen-tools/edgy.d/
-cd ${prefix}/usr/lib/xen-tools/ && ln -s edgy.d feisty.d
-cd ${prefix}/usr/lib/xen-tools/ && ln -s edgy.d gutsy.d
mkdir -p ${prefix}/usr/lib/xen-tools/dapper.d/
cp -R hooks/dapper/*-* ${prefix}/usr/lib/xen-tools/dapper.d/
mkdir -p ${prefix}/usr/lib/xen-tools/edgy.d/

1
debian/changelog vendored
View File

@@ -4,6 +4,7 @@ xen-tools (3.4-2) unstable; urgency=low
the host.
* Allow per-dist mirrors. Which is useful when working with mixed
Debian + Ubuntu installations.
* Added support for Ubuntu Feisty + Gutsy
-- Radu Spineanu <radu@debian.org> Tue, 29 May 2007 01:09:40 +0300