Commit f458eb8b authored by Julien Muchembled's avatar Julien Muchembled

download: do nothing on update if we're sure that the source hasn't changed

parent 0553c23e
......@@ -76,4 +76,6 @@ class Recipe(object):
shutil.copyfileobj(fsrc, fdst)
return result
update = install
def update(self):
if not self._md5sum:
self.install()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment