diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-01 23:44:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-01 23:44:00 +0100 |
| commit | 608c146eb09fac2a8fc60e1a72591f6bb8364e1f (patch) | |
| tree | 48ea4844d1d1e3ec5389eba77050db314c4ef7d1 /cscript | |
| parent | e12d6f79ca85a71d30abbd3c167a0747b2ae5bb1 (diff) | |
Python mode line; try to fix centos build.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +# -*- mode: python -*- # # Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net> # @@ -287,7 +288,7 @@ def package_centos(target, cpu, version): target.command('./waf dist') shutil.copyfile( - "%s/src/dcpomatic/dcpomatic-%s.tar.bz2" % (target.directory, version), + "%s/src/dcpomatic2/dcpomatic-%s.tar.bz2" % (target.directory, version), "%s/SOURCES/dcpomatic-%s.tar.bz2" % (topdir, version) ) |
