minor change

This commit is contained in:
rolux 2012-06-13 15:52:23 +02:00
parent 3087b0637d
commit c287892606

View file

@ -193,8 +193,8 @@ def build_oxjs(downloads=False, geo=False):
# downloads
if downloads:
# source
download_path = root_path + 'downloads/'
# source
source_file = 'OxJS.%s.source.tar.gz' % version
source_tar = tarfile.open(download_path + source_file, 'w:gz')
source_tar.add(root_path, arcname='OxJS', filter=filter_source)