diff options
| author | Jonathan Bauer | 2013-02-25 17:42:34 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2013-02-25 17:42:34 +0100 |
| commit | cfeb0ddcf131de0255fabed9f5e67c51bb9dd66e (patch) | |
| tree | 3a74f904212bf0293f7ab9c98aa18c8b4dff5b34 | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff) | |
| parent | Fix data copy in base.build (diff) | |
| download | tm-scripts-cfeb0ddcf131de0255fabed9f5e67c51bb9dd66e.tar.gz tm-scripts-cfeb0ddcf131de0255fabed9f5e67c51bb9dd66e.tar.xz tm-scripts-cfeb0ddcf131de0255fabed9f5e67c51bb9dd66e.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
| -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... |
