summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-08-25 12:43:59 +0100
committerCarl Hetherington <cth@carlh.net>2014-08-25 12:43:59 +0100
commitc497e601934e82425efef5dc981b12818a881990 (patch)
tree8df4d11acff9115da4d7f0234ffc59effcfe6b91 /cscript
parent6f31627406a63d09c3ec33494a54158095663111 (diff)
Fix to RPM build.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 86dab4306..90cbbecfb 100644
--- a/cscript
+++ b/cscript
@@ -230,7 +230,7 @@ def package_centos(target, cpu, version):
"%s/SOURCES/dcpomatic-%s.tar.bz2" % (topdir, version)
)
- target.command('rpmbuild --define \'_topdir %s\' -bb build/platform/linux/dcpomatic.spec' % topdir)
+ target.command('rpmbuild --define \'_topdir %s\' -bb build/platform/linux/dcpomatic2.spec' % topdir)
rpms = []
if cpu == "amd64":