summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-14 12:38:26 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-14 12:38:26 +0100
commit9ebddea0abf89d42685138fe8adf28d05a94194d (patch)
treea8fdd363d86987fdc1699eefb2defe80904248ce /cscript
parent6521148f5fc8a9c65e638c28245296e8dae64217 (diff)
Fix centos build.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index e49825de4..143cf45e1 100644
--- a/cscript
+++ b/cscript
@@ -328,7 +328,7 @@ def package_centos(target, cpu, version):
target.command('./waf dist')
shutil.copyfile(
- "%s/src/dcpomatic2/dcpomatic-%s.tar.bz2" % (target.directory, version),
+ "%s/src/dcpomatic/dcpomatic-%s.tar.bz2" % (target.directory, version),
"%s/SOURCES/dcpomatic-%s.tar.bz2" % (topdir, version)
)