diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-05-24 11:07:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-24 11:07:03 +0100 |
| commit | f6fc903e246ca72856cd842b4888f85cd114e21e (patch) | |
| tree | 3876f0f4531dbc44215025595e0bf670bc8f9cbb /cscript | |
| parent | 337c1649ea0ca984b750c31cc3888a3a8201012b (diff) | |
More Centos 5 hacking.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -325,7 +325,7 @@ def package_rpm(target, cpu, version): make_spec('build/platform/linux/dcpomatic2.spec', version, target) cmd = 'rpmbuild --define \'_topdir %s\' -bb build/platform/linux/dcpomatic2.spec' % topdir if target.distro == 'centos' and target.version == '5': - cmd += ' --buildroot %s/BUILD/%s/BUILDROOT' % (topdir, version) + cmd += ' --buildroot %s/BUILD/dcpomatic-%s/BUILDROOT' % (topdir, version) target.command(cmd) rpms = [] |
