CVS commit by coolo: the -a is of no importance now that we care for symlinks M +1 -1 create-env 1.10 --- kdenonbeta/icecream/icecream/client/create-env #1.9:1.10 @@ -84,5 +84,5 @@ esac mkdir -p $tempdir/`dirname $target` - cp -a $path $tempdir/$target + cp $path $tempdir/$target target=`echo $target | cut -b2-` new_target_files="$new_target_files $target"