Follow upcoming slapos.recipe.build release

parent 3af828c4
......@@ -17,6 +17,5 @@ x86-64 = http://javadl.sun.com/webapps/download/AutoDL?BundleId=48338 bae0cb5d1
script =
if not self.options.get('url'): self.options['url'], self.options['md5sum'] = self.options[guessPlatform()].split(' ')
extract_dir = self.extract(self.download(self.options['url'], self.options.get('md5sum')))
print(extract_dir)
workdir = guessworkdir(extract_dir)
self.copy(workdir, "%(location)s")
\ No newline at end of file
self.copyTree(workdir, "%(location)s")
\ No newline at end of file
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