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?
Thanks,
JH
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?
Thanks,
JH