Use cp, not mv, to keep download in cache.
This commit is contained in:
parent
a634dc6a2c
commit
501fb844ab
@ -136,7 +136,7 @@ end
|
||||
# Useful for installing jars.
|
||||
class NoUnzipCurlDownloadStrategy <CurlDownloadStrategy
|
||||
def stage
|
||||
FileUtils.mv @tarball_path, File.basename(@url)
|
||||
FileUtils.cp @tarball_path, File.basename(@url)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user