diff options
| author | Christian Rößler | 2015-09-14 13:21:55 +0200 |
|---|---|---|
| committer | Christian Rößler | 2015-09-14 13:21:55 +0200 |
| commit | 92c04f646e86f01425e1e1ac3382498f0c189302 (patch) | |
| tree | e8954c04587ee70230cd7f5c3ecf62c9b5f4f813 /remote/setup_target | |
| parent | [runvirt] [vmware] Minor cosmetics, logging (diff) | |
| parent | [binutil] Fix accidental exclusion of libs by using full path for automatic b... (diff) | |
| download | tm-scripts-92c04f646e86f01425e1e1ac3382498f0c189302.tar.gz tm-scripts-92c04f646e86f01425e1e1ac3382498f0c189302.tar.xz tm-scripts-92c04f646e86f01425e1e1ac3382498f0c189302.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/setup_target')
| -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 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 |
