Python mode line; try to fix centos build.
authorCarl Hetherington <cth@carlh.net>
Mon, 1 Jun 2015 22:44:00 +0000 (23:44 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 1 Jun 2015 22:44:00 +0000 (23:44 +0100)
cscript

diff --git a/cscript b/cscript
index 49f8f62a90c1d9cd59df29b6fb79d3e5f2e875fc..2ac578dc91b6bdbe54ae06005b9502c8a5343bd3 100644 (file)
--- 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)
         )