aboutsummaryrefslogtreecommitdiffstats
path: root/tools/sv
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2005-01-22 21:47:15 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2005-01-22 21:47:15 +0000
commit41df713e0177952d6b3b27effa780acc4aad9e69 (patch)
treeaa58c2ad42385a65fae1e63bbedf16c0bababc0a /tools/sv
parentbce79d6f9804897cef40c7e42f9b9cbe87b8a3f1 (diff)
downloadxen-41df713e0177952d6b3b27effa780acc4aad9e69.tar.gz
xen-41df713e0177952d6b3b27effa780acc4aad9e69.tar.bz2
xen-41df713e0177952d6b3b27effa780acc4aad9e69.zip
bitkeeper revision 1.1159.223.23 (41f2c9e33H5dJn6K7RN-o2UASMwI3Q)
Description: Use FHS-compatible paths From: Adam Heath <doogie@brainfood.com> Signed-off-by: ian.pratt@cl.cam.ac.uk
Diffstat (limited to 'tools/sv')
-rwxr-xr-xtools/sv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sv/Makefile b/tools/sv/Makefile
index a285dc15d5..dc47b71e09 100755
--- a/tools/sv/Makefile
+++ b/tools/sv/Makefile
@@ -1,4 +1,4 @@
-sv_insdir := $(prefix)/var/xen/sv
+sv_insdir := $(prefix)/var/lib/xen/sv
INSTALL = install
INSTALL_DIR = $(INSTALL) -d -m0755
INSTALL_DATA = $(INSTALL) -m0644