aboutsummaryrefslogtreecommitdiffstats
path: root/tools/blktap2
diff options
context:
space:
mode:
authorMichael Young <m.a.young@durham.ac.uk>2011-02-01 19:19:58 +0000
committerMichael Young <m.a.young@durham.ac.uk>2011-02-01 19:19:58 +0000
commitd3e77ae6b6b24eb650868019040ef3e228eccbed (patch)
tree8e983aeee10e8257742d7df28c9b0552f87bea88 /tools/blktap2
parent388b2546dd54dca3b35c73f5e02932e6ee2d77ba (diff)
downloadxen-d3e77ae6b6b24eb650868019040ef3e228eccbed.tar.gz
xen-d3e77ae6b6b24eb650868019040ef3e228eccbed.tar.bz2
xen-d3e77ae6b6b24eb650868019040ef3e228eccbed.zip
tools/Makefiles: install libvhd and libblktap with INSTALL_PROG
Shared libraries should be executable. (rpm (4.9.0) doesn't automatically supply a "provides" entry for a library unless it is executable. Non-executable libraries can cause other trouble too.) Signed-off-by: Michael Young <m.a.young@durham.ac.uk> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/blktap2')
-rw-r--r--tools/blktap2/vhd/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/blktap2/vhd/lib/Makefile b/tools/blktap2/vhd/lib/Makefile
index 12e7510d4b..6f5f04c1c1 100644
--- a/tools/blktap2/vhd/lib/Makefile
+++ b/tools/blktap2/vhd/lib/Makefile
@@ -63,7 +63,7 @@ libvhd.a: $(LIB-OBJS)
install: all
$(INSTALL_DIR) -p $(DESTDIR)$(INST-DIR)
- $(INSTALL_DATA) $(LIBVHD) $(DESTDIR)$(INST-DIR)
+ $(INSTALL_PROG) $(LIBVHD) $(DESTDIR)$(INST-DIR)
ln -sf libvhd.so.$(LIBVHD-MAJOR).$(LIBVHD-MINOR) $(DESTDIR)$(INST-DIR)/libvhd.so.$(LIBVHD-MAJOR)
ln -sf libvhd.so.$(LIBVHD-MAJOR) $(DESTDIR)$(INST-DIR)/libvhd.so