Fix to RPM build.
authorCarl Hetherington <cth@carlh.net>
Mon, 25 Aug 2014 11:43:59 +0000 (12:43 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 25 Aug 2014 11:43:59 +0000 (12:43 +0100)
cscript

diff --git a/cscript b/cscript
index 86dab4306d15d233fa01c8b934f397c657573add..90cbbecfbc6c309cfa3ca145d064bfb106e4cab3 100644 (file)
--- 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":