Commit a0f363d8 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

improve build script for jsl.

parent 00b7436b
......@@ -17,8 +17,4 @@ script =
extract_dir = self.extract(self.download(url, md5sum))
workdir = guessworkdir(extract_dir)
os.chdir(os.path.join(workdir, 'src'))
os.system('make -f Makefile.ref')
os.mkdir(location)
bindir = os.path.join(location, 'bin')
os.mkdir(bindir)
os.system('cp */jsl ' + bindir)
os.system('make -f Makefile.ref DIST="%(location)s" all export')
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