summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-16 20:29:25 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-16 20:29:25 -0400
commitfb13aaf640de68e3fdaf7dae92dfcd67855b65f8 (patch)
tree05e6f6c75c7436042d71c87c95443eeaefcb6d7f /Makefile
parentb044f199e565055aee7f2bc687c6038b5d092406 (diff)
add some missing gconv files from libc6 to standalone bundle
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 788569e25..9ffa011b8 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