From 5a796129302bf1c2c9aa3f5a3ae9f6fa75797d46 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Mon, 15 Feb 2016 15:52:35 -0500 Subject: [PATCH] Makefile: Don't erase everything in /usr/lib/debug/ as xSplice payloads may be there. Signed-off-by: Konrad Rzeszutek Wilk --- root_image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root_image/Makefile b/root_image/Makefile index dc17465..d41f128 100644 --- a/root_image/Makefile +++ b/root_image/Makefile @@ -945,7 +945,7 @@ xend-install: yajl-depend xen-4.2-depend xen-python-bytecode # prune usr/include after copy rm -rf userspace/usr/include if [ -d userspace/usr/lib/debug ]; then \ - rm -rf userspace/usr/lib/debug; \ + rm -rf userspace/usr/lib/debug/xen*; \ fi ifeq ($(RPM_ARCH), x86_64) if ! test -f userspace/usr/lib64/xen; then \ -- 2.39.5