summaryrefslogtreecommitdiffstats
path: root/remote/tools/base/base.build
diff options
context:
space:
mode:
authorSimon Rettberg2013-02-25 19:08:09 +0100
committerSimon Rettberg2013-02-25 19:08:09 +0100
commitac695437b5a672f9eb0d0e63655cb48286e3b2c0 (patch)
treed6176a952649365dc0cc26bda753a253ca9b2590 /remote/tools/base/base.build
parent[tools] replace locate by find in base.build as it is faster, [setup_tools] t... (diff)
downloadtm-scripts-ac695437b5a672f9eb0d0e63655cb48286e3b2c0.tar.gz
tm-scripts-ac695437b5a672f9eb0d0e63655cb48286e3b2c0.tar.xz
tm-scripts-ac695437b5a672f9eb0d0e63655cb48286e3b2c0.zip
fix tarcopy call for base
Diffstat (limited to 'remote/tools/base/base.build')
-rw-r--r--remote/tools/base/base.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/tools/base/base.build b/remote/tools/base/base.build
index 98f24047..06ff22b7 100644
--- a/remote/tools/base/base.build
+++ b/remote/tools/base/base.build
@@ -51,7 +51,7 @@ build() {
local NUMFILES=$(cat "${FILELIST}" | wc -l)
if [ "x$NUMFILES" != "x" -a "x$NUMFILES" != "x0" ]; then
pinfo "File list generated at ${BUILDDIR}/${FILELIST} ($NUMFILES entries)"
- tarcopy "${FILELIST}" "${BUILDDIR}"
+ tarcopy "$(cat "${FILELIST}")" "${BUILDDIR}"
fi
}