<div dir="ltr">Merged.</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 3, 2016 at 8:40 AM, Hannes Reinecke <span dir="ltr"><<a href="mailto:hare@suse.de" target="_blank">hare@suse.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Our build system complained that the mpath_cmd.h header file is<br>
installed as executable.<br>
<br>
Signed-off-by: Hannes Reinecke <<a href="mailto:hare@suse.com">hare@suse.com</a>><br>
---<br>
libmpathcmd/Makefile | 2 +-<br>
1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/libmpathcmd/Makefile b/libmpathcmd/Makefile<br>
index 0304ecc..6fca165 100644<br>
--- a/libmpathcmd/Makefile<br>
+++ b/libmpathcmd/Makefile<br>
@@ -19,7 +19,7 @@ install: $(LIBS)<br>
$(INSTALL_PROGRAM) -m 755 $(LIBS) $(DESTDIR)$(syslibdir)/$(LIBS)<br>
ln -sf $(LIBS) $(DESTDIR)$(syslibdir)/$(DEVLIB)<br>
$(INSTALL_PROGRAM) -d $(DESTDIR)$(incdir)<br>
- $(INSTALL_PROGRAM) -m 755 mpath_cmd.h $(DESTDIR)$(incdir)<br>
+ $(INSTALL_PROGRAM) -m 644 mpath_cmd.h $(DESTDIR)$(incdir)<br>
<br>
uninstall:<br>
rm -f $(DESTDIR)$(syslibdir)/$(LIBS)<br>
<span class="HOEnZb"><font color="#888888">--<br>
2.6.6<br>
<br>
</font></span></blockquote></div><br></div>