From 13624d62a19ab3fc9530d858066f3e5610501587 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 25 Feb 2013 17:43:22 +0100 Subject: Fix data copy in base.build --- 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 ef2d2d27..b9d96fd5 100644 --- a/remote/tools/base/base.build +++ b/remote/tools/base/base.build @@ -71,7 +71,7 @@ post_copy() { > "${INIT_DIR}/etc/environment" # copy static files - cp -r "${TOOL_DIR}/${TOOL}/data/*" "${INIT_DIR}" + cp -r "${TOOL_DIR}/${TOOL}"/data/* "${INIT_DIR}" # better: dirname $(ldd $SHELL|grep libc | awk -F " " '{print $3}') # copy pam modules, TODO: better way to find arch-dependant interfix... -- cgit v1.2.3-55-g7522