X-Git-Url: https://git.tld-linux.org/?p=packages%2Flibvirt.git;a=blobdiff_plain;f=libvirt-sysctl-dir.patch;h=9faf43d11114a78c9fd4da8197f98c0eef43ac68;hp=60d80cfd6821d8e34a04e37a10c311a0527fc1fa;hb=a715fdd0d01d04b93ace37e5754fbfeb31fad8ef;hpb=f08e2de848020f421ff12e52ee56c58506abe1f6 diff --git a/libvirt-sysctl-dir.patch b/libvirt-sysctl-dir.patch index 60d80cf..9faf43d 100644 --- a/libvirt-sysctl-dir.patch +++ b/libvirt-sysctl-dir.patch @@ -1,12 +1,12 @@ -diff -urp libvirt-4.0.0.orig/daemon/Makefile.am libvirt-4.0.0/daemon/Makefile.am ---- libvirt-4.0.0.orig/daemon/Makefile.am 2018-01-24 12:20:41.759455691 +0000 -+++ libvirt-4.0.0/daemon/Makefile.am 2018-01-24 12:21:41.897452106 +0000 -@@ -347,13 +347,11 @@ if WITH_SYSCTL +diff -urp libvirt-4.1.0.orig/src/Makefile.am libvirt-4.1.0/src/Makefile.am +--- libvirt-4.1.0.orig/src/Makefile.am 2018-03-12 10:52:52.000000000 +0000 ++++ libvirt-4.1.0/src/Makefile.am 2018-03-12 11:03:24.668941705 +0000 +@@ -2232,13 +2232,11 @@ if WITH_SYSCTL # Use $(prefix)/lib rather than $(libdir), since man sysctl.d insists on # /usr/lib/sysctl.d/ even when libdir is /usr/lib64 install-sysctl: - $(MKDIR_P) $(DESTDIR)$(prefix)/lib/sysctl.d - $(INSTALL_DATA) $(srcdir)/libvirtd.sysctl \ + $(INSTALL_DATA) $(srcdir)/remote/libvirtd.sysctl \ - $(DESTDIR)$(prefix)/lib/sysctl.d/60-libvirtd.conf + $(DESTDIR)$(sysconfdir)/sysctl.d/60-libvirtd.conf