diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-08-25 12:43:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-08-25 12:43:59 +0100 |
| commit | c497e601934e82425efef5dc981b12818a881990 (patch) | |
| tree | 8df4d11acff9115da4d7f0234ffc59effcfe6b91 /cscript | |
| parent | 6f31627406a63d09c3ec33494a54158095663111 (diff) | |
Fix to RPM build.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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": |
