diff -r 23a8ffdf8574 -r f1dc942a12c2 scripts/populate.in --- a/scripts/populate.in Wed Jun 17 11:38:04 2009 +0200 +++ b/scripts/populate.in Mon Feb 01 12:56:28 2010 +0000 @@ -127,9 +127,9 @@ CT_ROOT_SRC_DIR=$(cd "${CT_ROOT_SRC_DIR}"; pwd) CT_ROOT_DST_DIR=$(cd "${CT_ROOT_DST_DIR}"; pwd) -# Populate the destination directory with files form the source directory +# Populate the destination directory with files from the source directory pushd "${CT_ROOT_SRC_DIR}" >/dev/null -tar cf - . |tar xf - -C "${CT_ROOT_DST_DIR}" +cp -a . "${CT_ROOT_DST_DIR}" popd >/dev/null # A function do search for a library