Commit 5b950e26 authored by Łukasz Nowak's avatar Łukasz Nowak

Extract does not need md5sum.

parent 6f725632
...@@ -324,7 +324,7 @@ class Cmmi(Script): ...@@ -324,7 +324,7 @@ class Cmmi(Script):
script = """ script = """
url = self.download(self.options['url'], self.options.get('md5sum')) url = self.download(self.options['url'], self.options.get('md5sum'))
extract_dir = self.extract(url, md5sum) extract_dir = self.extract(url)
workdir = guessworkdir(extract_dir) workdir = guessworkdir(extract_dir)
configure_command = ["./configure", "--prefix=%(location)s"] configure_command = ["./configure", "--prefix=%(location)s"]
configure_command.extend(%(configure-options)r.split()) configure_command.extend(%(configure-options)r.split())
......
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