diff options
| author | Jonathan Bauer | 2013-03-11 17:32:55 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2013-03-11 17:32:55 +0100 |
| commit | 5bc5e9815fbeb08038fa08ab28f28a29f90e077d (patch) | |
| tree | 38a5937af57aa55078453a16593b41af1495f256 /remote/tools/base/base.build | |
| parent | old files (diff) | |
| download | tm-scripts-5bc5e9815fbeb08038fa08ab28f28a29f90e077d.tar.gz tm-scripts-5bc5e9815fbeb08038fa08ab28f28a29f90e077d.tar.xz tm-scripts-5bc5e9815fbeb08038fa08ab28f28a29f90e077d.zip | |
mltk now uses setup_core
Diffstat (limited to 'remote/tools/base/base.build')
| -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 afa82662..e75f8537 100644 --- a/remote/tools/base/base.build +++ b/remote/tools/base/base.build @@ -65,7 +65,7 @@ post_copy() { cp -r "${TOOL_DIR}/${TOOL}"/data/* "${INIT_DIR}" || perror "Copying static files from data/* failed." # copy pam modules - tarcopy "$(dirname $(ldd $SHELL|grep libc | awk -F " " '{print $3}'))"/security "${INIT_DIR}" + tarcopy "/lib/${ARCH_TRIPLET}/security /lib/security" "${INIT_DIR}" # quick fix for /etc/fstab echo "# no configuration" >> "${INIT_DIR}/etc/fstab" |
