On 12/19/18 3:10 AM, Maurizio Sartori wrote:
> 
>    * Possible correction
>       The problem seems to be in
>          /var/lib/dpkg/info/ca-certificates.postinst
>       the stat command should have the '-L' switch
> 
>       So for example:
>          chmod $(stat -c %a /usr/local) /usr/local/share/ca-certificates
>          chown $(stat -c %u /usr/local):$(stat -c %g /usr/local) 
> /usr/local/share/ca-certificates
>       should became
>          chmod $(stat -c %a -L /usr/local) /usr/local/share/ca-certificates
>          chown $(stat -c %u -L /usr/local):$(stat -c %g -L /usr/local) 
> /usr/local/share/ca-certificates

Thanks for the bug report.

-- 
Kind regards,
Michael

Reply via email to