forked from pool/libvirt
another Makefile adjustment for libvirt-guests
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=85
This commit is contained in:
parent
2c25ad0e78
commit
f130666494
@ -2,7 +2,7 @@ Index: libvirt-0.8.7/tools/Makefile.am
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- libvirt-0.8.7.orig/tools/Makefile.am
|
--- libvirt-0.8.7.orig/tools/Makefile.am
|
||||||
+++ libvirt-0.8.7/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
|
uninstall-local: uninstall-init
|
||||||
|
|
||||||
@ -21,11 +21,14 @@ Index: libvirt-0.8.7/tools/Makefile.am
|
|||||||
|
|
||||||
uninstall-init:
|
uninstall-init:
|
||||||
- rm -f $(DESTDIR)$(sysconfdir)/rc.d/init.d/libvirt-guests \
|
- rm -f $(DESTDIR)$(sysconfdir)/rc.d/init.d/libvirt-guests \
|
||||||
|
- $(DESTDIR)$(sysconfdir)/sysconfig/libvirt-guests
|
||||||
+ rm -f $(DESTDIR)$(sysconfdir)/init.d/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
|
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 && \
|
< $< > $@-t && \
|
||||||
chmod a+x $@-t && \
|
chmod a+x $@-t && \
|
||||||
mv $@-t $@
|
mv $@-t $@
|
||||||
|
Loading…
Reference in New Issue
Block a user