summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2013-02-25 17:42:34 +0100
committerJonathan Bauer2013-02-25 17:42:34 +0100
commitcfeb0ddcf131de0255fabed9f5e67c51bb9dd66e (patch)
tree3a74f904212bf0293f7ab9c98aa18c8b4dff5b34
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
parentFix data copy in base.build (diff)
downloadtm-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.build2
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...