From bbb98e6fef06a4bd1236dce0bb17ecbb36a0cba7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 9 Oct 2018 17:15:48 +0100 Subject: [PATCH] tools/libfsimage: Rename /usr/lib/fs to /usr/lib/xenfsimage Again, avoid namespace pollution. These paths are purely internal to libfsimage and its fs-specific modules, so no visible change from the outside. Signed-off-by: Ian Jackson Acked-by: Wei Liu --- tools/libfsimage/Rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libfsimage/Rules.mk b/tools/libfsimage/Rules.mk index 2a29d9ef2b..bb6d42abb4 100644 --- a/tools/libfsimage/Rules.mk +++ b/tools/libfsimage/Rules.mk @@ -6,7 +6,7 @@ LDFLAGS += -L../common/ PIC_OBJS := $(patsubst %.c,%.opic,$(LIB_SRCS-y)) -FSDIR = $(libdir)/fs +FSDIR = $(libdir)/xenfsimage FSLIB = fsimage.so -- 2.30.2