Commit 6f725632 authored by Łukasz Nowak's avatar Łukasz Nowak

Pass md5sum directly.

parent 9f42d22a
......@@ -323,8 +323,7 @@ class Cmmi(Script):
Compatibility on parameter level"""
script = """
url = self.download(self.options['url'])
md5sum = self.options.get('md5sum')
url = self.download(self.options['url'], self.options.get('md5sum'))
extract_dir = self.extract(url, md5sum)
workdir = guessworkdir(extract_dir)
configure_command = ["./configure", "--prefix=%(location)s"]
......
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