Re: [PATCH trace-cmd 2/5] build: Install data files without execute permissions

2013-10-25 Thread Steven Rostedt
On Fri, 2013-10-25 at 08:05 -0500, Seth Forshee wrote: > > If you disagree, it won't hurt my feelings if you drop those changes, so > long as you keep the ones which makes sure things like .png files aren't > executable ;-) I pretty much don't care. I'll pull in the patches as is. I also had Joh

Re: [PATCH trace-cmd 2/5] build: Install data files without execute permissions

2013-10-25 Thread Seth Forshee
On Fri, Oct 25, 2013 at 04:31:33AM -0400, Steven Rostedt wrote: > On Thu, 2013-10-24 at 14:14 -0500, Seth Forshee wrote: > > diff --git a/Makefile b/Makefile > > index 1964949..2423038 100644 > > --- a/Makefile > > +++ b/Makefile > > @@ -86,7 +86,8 @@ ifeq ($(shell sh -c "python-config --includes >

Re: [PATCH trace-cmd 2/5] build: Install data files without execute permissions

2013-10-25 Thread Steven Rostedt
On Thu, 2013-10-24 at 14:14 -0500, Seth Forshee wrote: > diff --git a/Makefile b/Makefile > index 1964949..2423038 100644 > --- a/Makefile > +++ b/Makefile > @@ -86,7 +86,8 @@ ifeq ($(shell sh -c "python-config --includes > /dev/null > 2>&1 && echo y"), y) > PYTHON_PLUGINS := plugin_python.s

[PATCH trace-cmd 2/5] build: Install data files without execute permissions

2013-10-24 Thread Seth Forshee
Libraries and data files should not be installed with execute permissions as is currently the case. Add do_data_install functions to the makefiles to install data without execute permissions and use this for installing all data files. Signed-off-by: Seth Forshee --- Documentation/Makefile | 13 +