summaryrefslogtreecommitdiffstats
path: root/remote/setup_target
diff options
context:
space:
mode:
authorSimon Rettberg2015-09-13 18:50:16 +0200
committerSimon Rettberg2015-09-13 18:50:16 +0200
commitcaf870056df88f4ee409124561a4da5760cf74da (patch)
tree486ad76d1c4adf1d5c18e31e8568249a3bb51bee /remote/setup_target
parent[sshd] !!! sshd service will not be started by default, link should go to con... (diff)
downloadtm-scripts-caf870056df88f4ee409124561a4da5760cf74da.tar.gz
tm-scripts-caf870056df88f4ee409124561a4da5760cf74da.tar.xz
tm-scripts-caf870056df88f4ee409124561a4da5760cf74da.zip
[binutil] Fix accidental exclusion of libs by using full path for automatic blacklisting
Diffstat (limited to 'remote/setup_target')
-rwxr-xr-xremote/setup_target2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/setup_target b/remote/setup_target
index 6b9a7a6c..91e657e0 100755
--- a/remote/setup_target
+++ b/remote/setup_target
@@ -228,7 +228,7 @@ copy_files_with_deps () {
done
#copy to initramfsdir
- pdebug "File list generated at ${MODULE_BUILD_DIR}/${COPYFILES_LIST}."
+ pdebug "File list generated at ${COPYFILES_LIST}."
# empty?
if [ ! -s "$COPYFILES_LIST" ]; then
return