scripts/populate.in
changeset 1678 ac247da318a1
parent 1410 23a8ffdf8574
child 1859 f4e17e0e2574
child 1884 09c50430d93b
     1.1 --- a/scripts/populate.in	Wed Jun 17 11:38:04 2009 +0200
     1.2 +++ b/scripts/populate.in	Sat Jan 02 18:00:54 2010 +0100
     1.3 @@ -127,9 +127,9 @@
     1.4  CT_ROOT_SRC_DIR=$(cd "${CT_ROOT_SRC_DIR}"; pwd)
     1.5  CT_ROOT_DST_DIR=$(cd "${CT_ROOT_DST_DIR}"; pwd)
     1.6  
     1.7 -# Populate the destination directory with files form the source directory
     1.8 +# Populate the destination directory with files from the source directory
     1.9  pushd "${CT_ROOT_SRC_DIR}" >/dev/null
    1.10 -tar cf - . |tar xf - -C "${CT_ROOT_DST_DIR}"
    1.11 +cp -a . "${CT_ROOT_DST_DIR}"
    1.12  popd >/dev/null
    1.13  
    1.14  # A function do search for a library