forked from pool/libvirt
0f3580e2a8
f7e9b448-libxl-build.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=114
29 lines
965 B
Diff
29 lines
965 B
Diff
commit f7e9b44812b3d3d8b16952d344eda187cb174c82
|
|
Author: Jim Fehlig <jfehlig@novell.com>
|
|
Date: Thu Apr 7 16:01:58 2011 -0600
|
|
|
|
build: Install libxenlight log dir
|
|
|
|
Add $localstatedir/log/libvirt/libxl when building libxenlight driver
|
|
|
|
diff --git a/src/Makefile.am b/src/Makefile.am
|
|
index 9b54679..3649106 100644
|
|
--- a/src/Makefile.am
|
|
+++ b/src/Makefile.am
|
|
@@ -1275,6 +1275,7 @@ endif
|
|
if WITH_LIBXL
|
|
$(MKDIR_P) "$(DESTDIR)$(localstatedir)/lib/libvirt/libxl"
|
|
$(MKDIR_P) "$(DESTDIR)$(localstatedir)/run/libvirt/libxl"
|
|
+ $(MKDIR_P) "$(DESTDIR)$(localstatedir)/log/libvirt/libxl"
|
|
endif
|
|
if WITH_UML
|
|
$(MKDIR_P) "$(DESTDIR)$(localstatedir)/lib/libvirt/uml"
|
|
@@ -1316,6 +1317,7 @@ endif
|
|
if WITH_LIBXL
|
|
rmdir "$(DESTDIR)$(localstatedir)/lib/libvirt/libxl" ||:
|
|
rmdir "$(DESTDIR)$(localstatedir)/run/libvirt/libxl" ||:
|
|
+ rmdir "$(DESTDIR)$(localstatedir)/log/libvirt/libxl" ||:
|
|
endif
|
|
if WITH_UML
|
|
rmdir "$(DESTDIR)$(localstatedir)/lib/libvirt/uml" ||:
|