don't remove old localdir before tarball unpack

it may get messy if old stuff is left, but there is state in there
This commit is contained in:
Joey Hess 2014-11-22 20:42:31 -04:00
parent 58b5de7802
commit 1338f4effd
1 changed files with 0 additions and 1 deletions

View File

@ -237,7 +237,6 @@ sendPrecompiled hn = void $ actionMessage ("Uploading locally compiled propellor
unpackcmd = shellWrap $ intercalate " && "
[ "cd " ++ takeDirectory remotetarball
, "rm -rf " ++ localdir
, "tar xzf " ++ remotetarball
, "rm -f " ++ remotetarball
]