summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorJonathan Bauer2013-04-24 18:06:23 +0200
committerJonathan Bauer2013-04-24 18:06:23 +0200
commit951f8aa1423a777901979009daad6ace1517b072 (patch)
tree70a8d0e64eef6b2361ac1560d768a1f759218c59 /remote
parentadd kernel dep to rootfs-stage32 for suse (diff)
downloadtm-scripts-951f8aa1423a777901979009daad6ace1517b072.tar.gz
tm-scripts-951f8aa1423a777901979009daad6ace1517b072.tar.xz
tm-scripts-951f8aa1423a777901979009daad6ace1517b072.zip
small fix
Diffstat (limited to 'remote')
-rwxr-xr-xremote/setup_target2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/setup_target b/remote/setup_target
index 992390a9..85ab6fe8 100755
--- a/remote/setup_target
+++ b/remote/setup_target
@@ -241,7 +241,7 @@ local TOOL_STR="$TOOL_STR post_process_target:"
#move systemd files from /lib to /etc/lib
pinfo "move systemd files from /lib/systemd to /etc/systemd"
-if [ -d "${TARGET_BUILD_DIR}/lib" ]; then
+if [ -d "${TARGET_BUILD_DIR}/lib/systemd" ]; then
cd "${TARGET_BUILD_DIR}/lib"
tarcopy "systemd" "${TARGET_BUILD_DIR}/etc"
cd - &> /dev/null