aboutsummaryrefslogtreecommitdiffstats
path: root/tools/blktap/lib
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-05-24 10:44:01 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-05-24 10:44:01 +0100
commitc6e5b4c106f42243609c9228b434e6ed9885adda (patch)
tree2fdbf9650626bde073f4289ef32448852a0b7084 /tools/blktap/lib
parentd5ab9f9089dcf8a8a336e6dff26fae6b6d4b91fd (diff)
downloadxen-c6e5b4c106f42243609c9228b434e6ed9885adda.tar.gz
xen-c6e5b4c106f42243609c9228b434e6ed9885adda.tar.bz2
xen-c6e5b4c106f42243609c9228b434e6ed9885adda.zip
blktap: Do not install libs or headers with execute permissions.
rpmlint complains that various blktap files are installed with unnecessary execute permissions: E: xen-devel spurious-executable-perm (Badness: 100) /usr/lib64/libblktap.a E: xen-devel spurious-executable-perm (Badness: 100) /usr/include/blktaplib.h Signed-off-by: Charles Coffing <ccoffing@novell.com>
Diffstat (limited to 'tools/blktap/lib')
-rw-r--r--tools/blktap/lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/blktap/lib/Makefile b/tools/blktap/lib/Makefile
index d07aef7cce..833887ade0 100644
--- a/tools/blktap/lib/Makefile
+++ b/tools/blktap/lib/Makefile
@@ -42,10 +42,10 @@ libblktap: libblktap.a
install: all
$(INSTALL_DIR) $(DESTDIR)/usr/$(LIBDIR)
$(INSTALL_DIR) $(DESTDIR)/usr/include
- $(INSTALL_PROG) $(LIB) $(DESTDIR)/usr/$(LIBDIR)
+ $(INSTALL_DATA) $(LIB) $(DESTDIR)/usr/$(LIBDIR)
ln -sf libblktap.so.$(MAJOR).$(MINOR) $(DESTDIR)/usr/$(LIBDIR)/libblktap.so.$(MAJOR)
ln -sf libblktap.so.$(MAJOR) $(DESTDIR)/usr/$(LIBDIR)/libblktap.so
- $(INSTALL_PROG) blktaplib.h $(DESTDIR)/usr/include
+ $(INSTALL_DATA) blktaplib.h $(DESTDIR)/usr/include
clean:
rm -rf *.a *.so* *.o *.rpm $(LIB) *~ $(DEPS) xen TAGS