mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-23 03:42:19 +00:00
Fix RPM build
This commit is contained in:
parent
c0626a02a9
commit
357bf10553
@ -1,3 +1,7 @@
|
|||||||
|
Wed Jun 11 12:25:57 BST 2008 Daniel P. Berrange <berrange@redhat.com>
|
||||||
|
|
||||||
|
* src/Makefile.am: Tweak install rule to fix RPM build
|
||||||
|
|
||||||
Wed Jun 11 09:42:57 CEST 2008 Daniel Veillard <veillard@redhat.com>
|
Wed Jun 11 09:42:57 CEST 2008 Daniel Veillard <veillard@redhat.com>
|
||||||
|
|
||||||
* python/libvir.py python/libvirt-python-api.xml: more python
|
* python/libvir.py python/libvirt-python-api.xml: more python
|
||||||
|
@ -151,6 +151,6 @@ endif
|
|||||||
|
|
||||||
# Create the /var/cache/libvirt directory when installing.
|
# Create the /var/cache/libvirt directory when installing.
|
||||||
install-exec-local:
|
install-exec-local:
|
||||||
$(MKDIR_P) $(DESTDIR)@localstatedir@/cache/libvirt
|
$(MKDIR_P) $(DESTDIR)$(localstatedir)/cache/libvirt
|
||||||
|
|
||||||
CLEANFILES = *.gcov .libs/*.gcda .libs/*.gcno *.gcno *.gcda
|
CLEANFILES = *.gcov .libs/*.gcda .libs/*.gcno *.gcno *.gcda
|
||||||
|
Loading…
x
Reference in New Issue
Block a user