Re: [dpdk-dev] [PATCH] mk: fix permissions when using make install

2018-08-09 Thread Yongseok Koh
> On Aug 9, 2018, at 8:22 AM, Bruce Richardson > wrote: > > When using make install, the permissions of the resulting file should be > those of the user using make install, not those of the user who ran the > build. This would not be the case when a user explicitly runs: > > "make && sudo m

[dpdk-dev] [PATCH] mk: fix permissions when using make install

2018-08-09 Thread Bruce Richardson
When using make install, the permissions of the resulting file should be those of the user using make install, not those of the user who ran the build. This would not be the case when a user explicitly runs: "make && sudo make install" Fix this by changing "cp -a", which preserves all attribut