[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] install to /usr/$(LIB)/ instead of /usr/lib
This trivial patch makes sure that mem-map.sxp and the qemu bits get installed in /usr/lib64 on distributions that want things there. Signed-off-by: Rik van Riel <riel@xxxxxxxxxx> --- xen-unstable/tools/examples/Makefile.lib64 2005-09-12 13:19:52.000000000 -0400 +++ xen-unstable/tools/examples/Makefile 2005-09-12 13:20:09.000000000 -0400 @@ -21,7 +21,7 @@ XEN_SCRIPTS += network-route vif-route XEN_SCRIPTS += block-file XEN_SCRIPTS += block-enbd -XEN_BOOT_DIR = /usr/lib/xen/boot +XEN_BOOT_DIR = /usr/$(LIB)/xen/boot XEN_BOOT = mem-map.sxp all: --- xen-unstable/tools/ioemu/target-i386-dm/Makefile.lib64 2005-09-12 13:19:07.000000000 -0400 +++ xen-unstable/tools/ioemu/target-i386-dm/Makefile 2005-09-12 13:19:33.000000000 -0400 @@ -3,7 +3,7 @@ include $(XEN_ROOT)/tools/Rules.mk include config.mak override TARGET_ARCH=i386 -INSTALL_DIR := $(DESTDIR)/usr/lib/xen/bin +INSTALL_DIR := $(DESTDIR)/usr/$(LIBDIR)/xen/bin TARGET_PATH=$(SRC_PATH)/target-$(TARGET_ARCH) VPATH=$(SRC_PATH):$(TARGET_PATH):$(SRC_PATH)/hw:$(SRC_PATH)/audio DEFINES=-I. -I$(TARGET_PATH) -I$(SRC_PATH) -I$(XEN_ROOT)/xen/include/public _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |