[ofa-general] Re: [PATCH] infiniband-diags: Fix install of IBswcountlimits.pm script
Hal Rosenstock
hrosenstock at xsigo.com
Tue Mar 11 10:48:01 PDT 2008
On Tue, 2008-03-11 at 17:31 +0000, Sasha Khapyorsky wrote:
> Hi Hal,
>
> On 04:41 Tue 11 Mar , Hal Rosenstock wrote:
> > infiniband-diags: Fix install of IBswcountlimits.pm script
> >
> > Signed-off-by: Hal Rosenstock <hal at xsigo.com>
> >
> > 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.
Even though that's what man install says in my setup, it does make a
difference in fixing the permission issue.
-- Hal
> Sasha
> _______________________________________________
> general mailing list
> general at lists.openfabrics.org
> http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general
>
> To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
More information about the general
mailing list