git-svn-id: http://svn.calculate.ru/calculate/trunk@2084 c91db197-33c1-4113-bf15-f8a5c547ca64

master
atratsevskiy 15 years ago
parent d9d7c80378
commit 04030884c2

@ -3661,7 +3661,8 @@ sub profile{
}elsif(`$data{path} file "$_" | grep empty`){
system "$data{path} rm -f \"$allocation\"";
if($data{scratch} && $data{pass} eq "install"){
system "$data{path} touch \".wh.$allocation\"";
$allocation=~m/^(.+\/)([^\/]+)$/;
system "$data{path} touch \"$1.wh.$2\"";
}
}else{
#перенесем без обработки бинарный файл

Loading…
Cancel
Save