From ac695437b5a672f9eb0d0e63655cb48286e3b2c0 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 25 Feb 2013 19:08:09 +0100 Subject: fix tarcopy call for base --- remote/tools/base/base.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote/tools/base') 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 } -- cgit v1.2.3-55-g7522