Hi Hal, On 04:41 Tue 11 Mar , Hal Rosenstock wrote: > infiniband-diags: Fix install of IBswcountlimits.pm script > > Signed-off-by: Hal Rosenstock <[EMAIL PROTECTED]> > > diff --git a/infiniband-diags/Makefile.am b/infiniband-diags/Makefile.am > index ca66e2d..d4abf9e 100644 > --- a/infiniband-diags/Makefile.am > +++ b/infiniband-diags/Makefile.am > @@ -117,4 +117,4 @@ dist-hook: > > # install this to a default location. > install-data-hook: > - $(top_srcdir)/config/install-sh -m 444 scripts/IBswcountlimits.pm > $(DESTDIR)/$(PERL_INSTALLDIR)/IBswcountlimits.pm > + $(top_srcdir)/config/install-sh -c -m 444 scripts/IBswcountlimits.pm > $(DESTDIR)/$(PERL_INSTALLDIR)/IBswcountlimits.pm
'-c' does nothing (ignored) for me. Sasha _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
