On Fri, Jul 05, 2019 at 05:23:58PM +0100, Lorenzo Pieralisi wrote: > On Fri, Jun 28, 2019 at 04:33:26PM +0300, Andy Shevchenko wrote: > > The commit c9a707875053 ("tools pci: Do not delete pcitest.sh in 'make clean'") > > fixed a `make tools clean` issue and simultaneously brought a regression > > to the installation process: > > > > for script in .../tools/pci/pcitest.sh; do \ > > install $script .../usr/usr/bin; \ > > done > > install: cannot stat '.../tools/pci/pcitest.sh': No such file or directory > > > > Here is the missed part of the fix. > > Sigh, hopefully that's the last fix :), Kishon if that's OK mind > ACKing it please ? >From my side, yes. Now it works as I expect. Honestly, I'm puzzled how so many errors has been pushed upstream... -- With Best Regards, Andy Shevchenko