23 May
2012
23 May
'12
4:50 a.m.
On 23/05/12 14:35, Jeremy Huntwork wrote:
Hi,
In current makepkg, file name patterns specified in PURGE_TARGETS will only match files (and not symlinks) due to:
find . -type f -name "${pt}" -exec rm -f -- '{}' \;
Is this intentional?
Seems an oversight to me. I guess this was to avoid matching directories. Allan