• D
    Fix make uninstall · 4d9e51f6
    Dave Allan 提交于
    Make uninstall currently fails with the following message:
    
    rmdir /etc/sasl2/
    rmdir: failed to remove `/etc/sasl2/': Directory not empty
    
    That's fine (correct in fact) so force the command to return success
    with || :
    4d9e51f6
Makefile.am 9.6 KB