From f130666494f6fa69c262e182847dfdbaa221738c7678b5e84a84d4d8ae30a97b Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Wed, 12 Jan 2011 23:13:53 +0000 Subject: [PATCH] another Makefile adjustment for libvirt-guests OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=85 --- use-libvirt-guests-on-suse.patch | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/use-libvirt-guests-on-suse.patch b/use-libvirt-guests-on-suse.patch index 79552f8..9e48d9a 100644 --- a/use-libvirt-guests-on-suse.patch +++ b/use-libvirt-guests-on-suse.patch @@ -2,7 +2,7 @@ Index: libvirt-0.8.7/tools/Makefile.am =================================================================== --- libvirt-0.8.7.orig/tools/Makefile.am +++ libvirt-0.8.7/tools/Makefile.am -@@ -129,17 +129,16 @@ install-data-local: install-init +@@ -129,18 +129,18 @@ install-data-local: install-init uninstall-local: uninstall-init @@ -21,11 +21,14 @@ Index: libvirt-0.8.7/tools/Makefile.am uninstall-init: - rm -f $(DESTDIR)$(sysconfdir)/rc.d/init.d/libvirt-guests \ +- $(DESTDIR)$(sysconfdir)/sysconfig/libvirt-guests + rm -f $(DESTDIR)$(sysconfdir)/init.d/libvirt-guests \ - $(DESTDIR)$(sysconfdir)/sysconfig/libvirt-guests ++ $(DESTDIR)$(sysconfdir)/sysconfig/libvirt-guests \ ++ $(DESTDIR)/var/adm/fillup-templates/sysconfig.libvirt-guests BUILT_SOURCES += libvirt-guests.init -@@ -152,11 +151,6 @@ libvirt-guests.init: libvirt-guests.init + +@@ -152,11 +152,6 @@ libvirt-guests.init: libvirt-guests.init < $< > $@-t && \ chmod a+x $@-t && \ mv $@-t $@