libvirt/examples
Michal Privoznik 25866ec6a6 examples: Try harder to uninstall nwfilter
We have this code in our Makefile that tries to remove
/etc/libvirt/nwfilter if directory is left empty after all our
example nwfilters were uninstalled. However, the check for that
is missing quotation marks thus rendering the test useless:

test -z allow-arp.xml allow-dhcp-server.xml .. qemu-announce-self.xml || \
  rmdir "/some/path/libvirt.git/_install/etc/libvirt/nwfilter"
/bin/sh: line 0: test: too many arguments

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2016-04-20 17:33:55 +02:00
..
apparmor examples: Use one top level makefile 2016-01-09 21:14:12 -05:00
dominfo examples: Use one top level makefile 2016-01-09 21:14:12 -05:00
dommigrate examples: Use one top level makefile 2016-01-09 21:14:12 -05:00
domsuspend domsuspend: Fix warning on mingw build 2016-02-12 16:36:34 +01:00
domtop examples: Use one top level makefile 2016-01-09 21:14:12 -05:00
hellolibvirt examples: Use one top level makefile 2016-01-09 21:14:12 -05:00
lxcconvert examples: Use one top level makefile 2016-01-09 21:14:12 -05:00
object-events event-test: Enforce domain event sync 2016-04-18 16:31:30 +02:00
openauth examples: Use one top level makefile 2016-01-09 21:14:12 -05:00
polkit examples: Use one top level makefile 2016-01-09 21:14:12 -05:00
rename examples: Use one top level makefile 2016-01-09 21:14:12 -05:00
systemtap examples: Use one top level makefile 2016-01-09 21:14:12 -05:00
xml examples: Use one top level makefile 2016-01-09 21:14:12 -05:00
Makefile.am examples: Try harder to uninstall nwfilter 2016-04-20 17:33:55 +02:00