#823: fix for removing tmp dir

This commit is contained in:
Vokhmin Alexey V 2013-01-15 22:55:32 +04:00
parent 7b5af80d20
commit 176be39f32
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ namespace :new_core do
extract_rpms_and_update_packages("#{dir}/archives/RPM", bl, 'binary', token)
ensure
# remove the directory.
FileUtils.remove_entry_secure dir
`sudo rm -rf #{dir}`
end
end
end