Merged. On Fri, Jun 3, 2016 at 8:40 AM, Hannes Reinecke <[email protected]> wrote:
> Our build system complained that the mpath_cmd.h header file is > installed as executable. > > Signed-off-by: Hannes Reinecke <[email protected]> > --- > libmpathcmd/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libmpathcmd/Makefile b/libmpathcmd/Makefile > index 0304ecc..6fca165 100644 > --- a/libmpathcmd/Makefile > +++ b/libmpathcmd/Makefile > @@ -19,7 +19,7 @@ install: $(LIBS) > $(INSTALL_PROGRAM) -m 755 $(LIBS) $(DESTDIR)$(syslibdir)/$(LIBS) > ln -sf $(LIBS) $(DESTDIR)$(syslibdir)/$(DEVLIB) > $(INSTALL_PROGRAM) -d $(DESTDIR)$(incdir) > - $(INSTALL_PROGRAM) -m 755 mpath_cmd.h $(DESTDIR)$(incdir) > + $(INSTALL_PROGRAM) -m 644 mpath_cmd.h $(DESTDIR)$(incdir) > > uninstall: > rm -f $(DESTDIR)$(syslibdir)/$(LIBS) > -- > 2.6.6 > >
-- dm-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/dm-devel
