diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-16 20:29:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-16 20:29:25 -0400 |
commit | fb13aaf640de68e3fdaf7dae92dfcd67855b65f8 (patch) | |
tree | 05e6f6c75c7436042d71c87c95443eeaefcb6d7f /Makefile | |
parent | b044f199e565055aee7f2bc687c6038b5d092406 (diff) |
add some missing gconv files from libc6 to standalone bundle
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |