diff options
Diffstat (limited to 'remote')
| -rw-r--r-- | remote/tools/base/base.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/tools/base/base.build b/remote/tools/base/base.build index ef2d2d27..b9d96fd5 100644 --- a/remote/tools/base/base.build +++ b/remote/tools/base/base.build @@ -71,7 +71,7 @@ post_copy() { > "${INIT_DIR}/etc/environment" # copy static files - cp -r "${TOOL_DIR}/${TOOL}/data/*" "${INIT_DIR}" + 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... |
