]> xenbits.xensource.com Git - libvirt.git/commit
Fix make uninstall
authorDave Allan <dallan@redhat.com>
Fri, 9 Dec 2011 20:58:32 +0000 (15:58 -0500)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 12 Dec 2011 10:19:45 +0000 (11:19 +0100)
commit4d9e51f6332037284dfdc3afe8d3d6ccedf17b1a
tree7bd353f1e33c81fa0a1b692c4358c19a98cff9c8
parent7204a9fd31b06a6ce8fe5b08483c39a75faa0392
Fix make uninstall

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 || :
daemon/Makefile.am