summaryrefslogtreecommitdiffstats
path: root/remote/tools/base/base.build
diff options
context:
space:
mode:
authorJonathan Bauer2012-12-20 15:33:34 +0100
committerJonathan Bauer2012-12-20 15:33:34 +0100
commitf6dad6269ab3228ead055291b846d2a9edb04564 (patch)
tree30096a5fbd037fe4f9f0a0ef2b68d04317883c8e /remote/tools/base/base.build
parentstatic unit files for dbus, cleanup (diff)
downloadtm-scripts-f6dad6269ab3228ead055291b846d2a9edb04564.tar.gz
tm-scripts-f6dad6269ab3228ead055291b846d2a9edb04564.tar.xz
tm-scripts-f6dad6269ab3228ead055291b846d2a9edb04564.zip
mltk basic script :)
Diffstat (limited to 'remote/tools/base/base.build')
-rw-r--r--remote/tools/base/base.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/remote/tools/base/base.build b/remote/tools/base/base.build
index fb7b7294..a56982fa 100644
--- a/remote/tools/base/base.build
+++ b/remote/tools/base/base.build
@@ -52,8 +52,8 @@ post_copy() {
echo "PATH=\"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/openslx/sbin:/openslx/bin\"" \
> ${INIT_DIR}/etc/environment
- # copy static bash profile
- cp ${TOOL_DIR}/${TOOL}/data/profile ${INIT_DIR}/etc
+ # copy static files
+ cp -r ${TOOL_DIR}/${TOOL}/data/* ${INIT_DIR}
# 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