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

Remove *.la files

generated for dynamically loaded modules
parent cb0d1f7f
No related branches found
No related tags found
No related merge requests found
...@@ -98,6 +98,7 @@ binary-install/libvirt-bin:: ...@@ -98,6 +98,7 @@ binary-install/libvirt-bin::
cp $(CURDIR)/tools/libvirt-guests.init.sh $(CURDIR)/debian/libvirt-bin.libvirt-guests.init cp $(CURDIR)/tools/libvirt-guests.init.sh $(CURDIR)/debian/libvirt-bin.libvirt-guests.init
cp $(CURDIR)/tools/libvirt-guests.sysconf $(CURDIR)/debian/libvirt-bin.libvirt-guests.default cp $(CURDIR)/tools/libvirt-guests.sysconf $(CURDIR)/debian/libvirt-bin.libvirt-guests.default
dh_installinit --name=libvirt-guests --no-restart-on-upgrade -- defaults 29 71 dh_installinit --name=libvirt-guests --no-restart-on-upgrade -- defaults 29 71
rm debian/libvirt-bin/usr/lib/libvirt/connection-driver/*.la
for l in $(LOGROTATE); do \ for l in $(LOGROTATE); do \
cp $(CURDIR)/debian/build/daemon/$$l.logrotate \ cp $(CURDIR)/debian/build/daemon/$$l.logrotate \
......
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