* Michael Olbrich <m.olbr...@pengutronix.de> [2013-03-21 16:47]:
> >      ptxd_install_file "${src}" "${dst}/${filename}" "${usr}" "${grp}" 
> > "${mod}" &&
> >  
> > +    src="$(readlink -f "${src}")" &&
> >      find "$(dirname "${src}")" -maxdepth 1 -type l | while read file; do
> 
> I think this would be nicer and should work too, right:
> 
>     find -H "$(dirname "${src}")" -maxdepth 1 -type l | while read file; do

That works indeed.  Should I send a new patch?


Regards,
Bernhard

-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to