From: Carl Hetherington Date: Mon, 1 Jun 2015 22:44:00 +0000 (+0100) Subject: Python mode line; try to fix centos build. X-Git-Tag: v2.0.48~27 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=608c146eb09fac2a8fc60e1a72591f6bb8364e1f Python mode line; try to fix centos build. --- 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 # @@ -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) )