Re: [libvirt] [PATCH 1/1] Fix make uninstall

2011-12-12 Thread Michal Privoznik
On 09.12.2011 21:58, Dave Allan wrote: > 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 || : > --- ACKed & pushed. Micha

[libvirt] [PATCH 1/1] Fix make uninstall

2011-12-09 Thread 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 || : --- daemon/Makefile.am |2 +- 1 files changed, 1 insertions(+), 1 deletions(-