summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-16 20:24:34 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-16 20:24:34 -0400
commitb044f199e565055aee7f2bc687c6038b5d092406 (patch)
tree6099358e3526d0d02c8ac5a13cebfc03ebcbad02 /Makefile
parenta5d835eaa35dda5f1c766d557d295148428f5c0d (diff)
fix gconvdir
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 97ec94a1a..788569e25 100644
--- a/Makefile
+++ b/Makefile
@@ -140,7 +140,7 @@ linuxstandalone: Build/Standalone
# XXX Debian specific.
cd $(LINUXSTANDALONE_DEST) && dpkg -L libc6 | grep \.so|tar c --files-from=- | tar x
- find $(LINUXSTANDALONE_DEST) -type d -name gconv | head -n 1 > $(LINUXSTANDALONE_DEST)/gconvdir
+ 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
# Install linker shim for each binary.