add some missing gconv files from libc6 to standalone bundle
This commit is contained in:
parent
7f0e385db4
commit
f3c9ecd65a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue