From 951f8aa1423a777901979009daad6ace1517b072 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 24 Apr 2013 18:06:23 +0200 Subject: small fix --- remote/setup_target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-55-g7522