Branislav Zahradník <happy.bar...@gmail.com> writes:

[...]

>
> I'm affected by this bug as well.
> I guess problem is in file:
>
> /usr/lib/emacsen-common/packages/remove/elpa-magit
>
> line:
>   find ${elc_dir} -type l -delete
>
> if ${elc_dir} doesn't exist, find fails. Solution:
>
>   [ -e ${elc_dir} ] && find ${elc_dir} -type l -delete
>
> Problem is also with other elpa packages: elpa-git-commit, elpa-magit-popup, 
> elpa-with-editor
>

In curent version of elpa-magit (2.3.0-2, as in sid and unstable today), this
file contain just that. Does upgrading fix your problem?


-- 
Rémi Vanicat

Reply via email to