Revert "Refactor the libvirt RPM daemon pieces"

This reverts commit 06a0d57f5a.
This commit is contained in:
Daniel Veillard
2012-04-03 14:26:41 +08:00
parent 66cab01ae1
commit 683e011137
4 changed files with 117 additions and 500 deletions

View File

@@ -22,7 +22,6 @@ FILTERS = \
EXTRA_DIST=$(FILTERS)
if WITH_NWFILTER
confdir = $(sysconfdir)/libvirt
NWFILTER_DIR = "$(DESTDIR)$(sysconfdir)/libvirt/nwfilter"
@@ -38,4 +37,3 @@ uninstall-local::
rm -f "$(NWFILTER_DIR)/$$f"; \
done
-test -z $(shell ls $(NWFILTER_DIR)) || rmdir $(NWFILTER_DIR)
endif