mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
build: Install libxenlight log dir
Add $localstatedir/log/libvirt/libxl when building libxenlight driver
This commit is contained in:
@@ -1275,6 +1275,7 @@ endif
|
|||||||
if WITH_LIBXL
|
if WITH_LIBXL
|
||||||
$(MKDIR_P) "$(DESTDIR)$(localstatedir)/lib/libvirt/libxl"
|
$(MKDIR_P) "$(DESTDIR)$(localstatedir)/lib/libvirt/libxl"
|
||||||
$(MKDIR_P) "$(DESTDIR)$(localstatedir)/run/libvirt/libxl"
|
$(MKDIR_P) "$(DESTDIR)$(localstatedir)/run/libvirt/libxl"
|
||||||
|
$(MKDIR_P) "$(DESTDIR)$(localstatedir)/log/libvirt/libxl"
|
||||||
endif
|
endif
|
||||||
if WITH_UML
|
if WITH_UML
|
||||||
$(MKDIR_P) "$(DESTDIR)$(localstatedir)/lib/libvirt/uml"
|
$(MKDIR_P) "$(DESTDIR)$(localstatedir)/lib/libvirt/uml"
|
||||||
@@ -1316,6 +1317,7 @@ endif
|
|||||||
if WITH_LIBXL
|
if WITH_LIBXL
|
||||||
rmdir "$(DESTDIR)$(localstatedir)/lib/libvirt/libxl" ||:
|
rmdir "$(DESTDIR)$(localstatedir)/lib/libvirt/libxl" ||:
|
||||||
rmdir "$(DESTDIR)$(localstatedir)/run/libvirt/libxl" ||:
|
rmdir "$(DESTDIR)$(localstatedir)/run/libvirt/libxl" ||:
|
||||||
|
rmdir "$(DESTDIR)$(localstatedir)/log/libvirt/libxl" ||:
|
||||||
endif
|
endif
|
||||||
if WITH_UML
|
if WITH_UML
|
||||||
rmdir "$(DESTDIR)$(localstatedir)/lib/libvirt/uml" ||:
|
rmdir "$(DESTDIR)$(localstatedir)/lib/libvirt/uml" ||:
|
||||||
|
|||||||
Reference in New Issue
Block a user