From f3c9ecd65a812c8e0e22f85c11fd708760c62b39 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 16 Dec 2013 20:29:25 -0400 Subject: [PATCH] add some missing gconv files from libc6 to standalone bundle --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 788569e252..9ffa011b83 100644 --- a/Makefile +++ b/Makefile @@ -138,7 +138,7 @@ linuxstandalone: Build/Standalone # Ensure bundle includes all glibc libs, and other support # files it loads. # XXX Debian specific. - cd $(LINUXSTANDALONE_DEST) && dpkg -L libc6 | grep \.so|tar c --files-from=- | tar x + cd $(LINUXSTANDALONE_DEST) && dpkg -L libc6 | egrep '\.so|gconv'|tar c --files-from=- | tar x find $(LINUXSTANDALONE_DEST) -type d -name gconv | head -n 1 | sed 's!$(LINUXSTANDALONE_DEST)/*!!' > $(LINUXSTANDALONE_DEST)/gconvdir find $(LINUXSTANDALONE_DEST) | grep ld-linux | head -n 1 | sed 's!$(LINUXSTANDALONE_DEST)/*!!' > $(LINUXSTANDALONE_DEST)/linker