Skip to content
Snippets Groups Projects
Commit 78872ccf authored by Guido Günther's avatar Guido Günther
Browse files

Ship logrotate snippets again

Closes: #895709
parent a7198e5d
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,7 @@ LIBVIRT_SYSTEM_SERVICES = \
DEB_BUILDDIR := $(CURDIR)/debian/build
LOGROTATE = $(basename $(basename $(notdir $(wildcard daemon/libvirtd*.logrotate.in))))
LOGROTATE = $(basename $(basename $(notdir $(wildcard src/remote/libvirtd*.logrotate.in))))
EXAMPLES_DIR = $(CURDIR)/debian/libvirt-doc/usr/share/doc/libvirt-doc/examples/
%:
......@@ -204,8 +204,8 @@ ifeq ($(XEN_ENABLED), 1)
dh_install -p libvirt-daemon-system etc/libvirt/libxl-lockd.conf
endif
for l in $(LOGROTATE); do \
cp $(CURDIR)/debian/build/daemon/$$l.logrotate \
set -e; for l in $(LOGROTATE); do \
cp $(CURDIR)/debian/tmp/etc/logrotate.d/$$l \
debian/libvirt-daemon-system.$$l.logrotate; \
dh_installlogrotate --name=$$l; \
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment