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 $@