diff options
| author | Jonathan Bauer | 2012-12-20 15:33:34 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2012-12-20 15:33:34 +0100 |
| commit | f6dad6269ab3228ead055291b846d2a9edb04564 (patch) | |
| tree | 30096a5fbd037fe4f9f0a0ef2b68d04317883c8e /remote/tools/base/base.build | |
| parent | static unit files for dbus, cleanup (diff) | |
| download | tm-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.build | 4 |
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 |
