diff options
| author | Jonathan Bauer | 2013-04-24 18:06:23 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-04-24 18:06:23 +0200 |
| commit | 951f8aa1423a777901979009daad6ace1517b072 (patch) | |
| tree | 70a8d0e64eef6b2361ac1560d768a1f759218c59 | |
| parent | add kernel dep to rootfs-stage32 for suse (diff) | |
| download | tm-scripts-951f8aa1423a777901979009daad6ace1517b072.tar.gz tm-scripts-951f8aa1423a777901979009daad6ace1517b072.tar.xz tm-scripts-951f8aa1423a777901979009daad6ace1517b072.zip | |
small fix
| -rwxr-xr-x | remote/setup_target | 2 |
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 |
