summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-01 23:44:00 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-01 23:44:00 +0100
commit608c146eb09fac2a8fc60e1a72591f6bb8364e1f (patch)
tree48ea4844d1d1e3ec5389eba77050db314c4ef7d1 /cscript
parente12d6f79ca85a71d30abbd3c167a0747b2ae5bb1 (diff)
Python mode line; try to fix centos build.
Diffstat (limited to 'cscript')
-rw-r--r--cscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/cscript b/cscript
index 49f8f62a9..2ac578dc9 100644
--- a/cscript
+++ b/cscript
@@ -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)
)