mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
Fix vpath build
This commit is contained in:
parent
396473f1bf
commit
243e80260a
@ -1,3 +1,7 @@
|
||||
Mon Oct 6 11:23:40 BST 2008 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
* qemud/Makefile.am: Fix VPATH build (Guido Gunther)
|
||||
|
||||
Mon Oct 6 12:08:40 CEST 2008 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* po/no.po: removed it's obsoleted by np.po, fixes #335211
|
||||
|
@ -138,7 +138,7 @@ endif
|
||||
if HAVE_POLKIT
|
||||
install-data-polkit:: install-init
|
||||
mkdir -p $(DESTDIR)$(policydir)
|
||||
$(INSTALL_DATA) libvirtd.policy $(DESTDIR)$(policydir)/org.libvirt.unix.policy
|
||||
$(INSTALL_DATA) $(srcdir)/libvirtd.policy $(DESTDIR)$(policydir)/org.libvirt.unix.policy
|
||||
uninstall-data-polkit:: install-init
|
||||
rm -f $(DESTDIR)$(policydir)/org.libvirt.unix.policy
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user