summaryrefslogtreecommitdiffstats
path: root/remote/tools/base
diff options
context:
space:
mode:
authorJonathan Bauer2013-02-13 19:01:58 +0100
committerJonathan Bauer2013-02-13 19:01:58 +0100
commitee6004840abc0b4f5d29f88fbc100854e6b99a24 (patch)
tree66459ac3e92dec06403a9e68ede2f3e95b156960 /remote/tools/base
parentfix for home/pos1/etc... (diff)
downloadtm-scripts-ee6004840abc0b4f5d29f88fbc100854e6b99a24.tar.gz
tm-scripts-ee6004840abc0b4f5d29f88fbc100854e6b99a24.tar.xz
tm-scripts-ee6004840abc0b4f5d29f88fbc100854e6b99a24.zip
TODOS: find triplet name
Diffstat (limited to 'remote/tools/base')
-rw-r--r--remote/tools/base/base.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/remote/tools/base/base.build b/remote/tools/base/base.build
index 70f612b4..95b9de65 100644
--- a/remote/tools/base/base.build
+++ b/remote/tools/base/base.build
@@ -67,6 +67,7 @@ post_copy() {
# copy static files
cp -r ${TOOL_DIR}/${TOOL}/data/* ${INIT_DIR}
+ # better: dirname $(ldd $SHELL|grep libc | awk -F " " '{print $3}')
# copy pam modules, TODO: better way to find arch-dependant interfix...
(tar -cpv $(dirname $(locate pam_unix.so|grep ^/lib/)) | tar -xpv -C ${INIT_DIR}) &>/dev/null