Bastian Blank
2011-Oct-26 22:54 UTC
[Pkg-xen-changes] r932 - trunk/xen-common/debian/scripts
Author: waldi Date: Wed Oct 26 22:54:46 2011 New Revision: 932 Log: debian/scripts/Makefile: Install new stuff. Modified: trunk/xen-common/debian/scripts/Makefile Modified: trunk/xen-common/debian/scripts/Makefile =============================================================================--- trunk/xen-common/debian/scripts/Makefile Wed Oct 26 22:54:29 2011 (r931) +++ trunk/xen-common/debian/scripts/Makefile Wed Oct 26 22:54:46 2011 (r932) @@ -1,11 +1,14 @@ ETC_SCRIPTS = \ qemu-ifup +GLOBAL_SCRIPTS = \ + xen + GLOBAL_TOOLSTACK_LINKS = \ xl \ xm -GLOBAL_TOOLSTACK_WRAPPER = xen-utils-wrapper +GLOBAL_TOOLSTACK_WRAPPER = xen-toolstack-wrapper GLOBAL_UTILS_LINKS = \ cpuperf-perfcntr \ @@ -23,7 +26,9 @@ PRIVATE_SCRIPTS = \ xen-dir \ + xen-toolstack \ xen-version \ + $(GLOBAL_TOOLSTACK_WRAPPER) \ $(GLOBAL_UTILS_WRAPPER) ETC_SCRIPTS_DIR = /etc/xen/scripts @@ -34,6 +39,7 @@ install -d $(DESTDIR)$(ETC_SCRIPTS_DIR) install $(ETC_SCRIPTS) $(DESTDIR)$(ETC_SCRIPTS_DIR) install -d $(DESTDIR)$(GLOBAL_SCRIPTS_DIR) + install $(GLOBAL_SCRIPTS) $(DESTDIR)$(GLOBAL_SCRIPTS_DIR) @for i in $(GLOBAL_TOOLSTACK_LINKS); do \ echo ln -s $(PRIVATE_SCRIPTS_DIR)/$(GLOBAL_TOOLSTACK_WRAPPER) $(DESTDIR)$(GLOBAL_SCRIPTS_DIR)/$$i; \ ln -s $(PRIVATE_SCRIPTS_DIR)/$(GLOBAL_TOOLSTACK_WRAPPER) $(DESTDIR)$(GLOBAL_SCRIPTS_DIR)/$$i || exit 1; \