2006-06-09 18:40:11 by steve
Fixed the symlink creation to work with non-standard prefix.
This commit is contained in:
parent
5405ef4d44
commit
e7c457b795
8
Makefile
8
Makefile
@ -5,7 +5,7 @@
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
#
|
||||
# $Id: Makefile,v 1.52 2006-06-09 18:36:46 steve Exp $
|
||||
# $Id: Makefile,v 1.53 2006-06-09 18:40:11 steve Exp $
|
||||
|
||||
|
||||
#
|
||||
@ -86,9 +86,9 @@ install: manpages
|
||||
-mkdir -p ${prefix}/etc/xen-tools/skel/
|
||||
mkdir -p ${prefix}/usr/lib/xen-tools
|
||||
mkdir -p ${prefix}/usr/lib/xen-tools/debian.d/
|
||||
-ln -s /usr/lib/xen-tools/debian.d /usr/lib/xen-tools/sarge.d
|
||||
-ln -s /usr/lib/xen-tools/debian.d /usr/lib/xen-tools/etch.d
|
||||
-ln -s /usr/lib/xen-tools/debian.d /usr/lib/xen-tools/sid.d
|
||||
cd ${prefix}/usr/lib/xen-tools/ && ln -s debian.d sarge.d
|
||||
cd ${prefix}/usr/lib/xen-tools/ && ln -s debian.d etch.d
|
||||
cd ${prefix}/usr/lib/xen-tools/ && ln -s debian.d sid.d
|
||||
mkdir -p ${prefix}/usr/lib/xen-tools/centos4.d/
|
||||
cp hooks/common.sh ${prefix}/usr/lib/xen-tools
|
||||
cp -R hooks/debian/*-* ${prefix}/usr/lib/xen-tools/debian.d
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user