summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-05-24 11:07:03 +0100
committerCarl Hetherington <cth@carlh.net>2016-05-24 11:07:03 +0100
commitf6fc903e246ca72856cd842b4888f85cd114e21e (patch)
tree3876f0f4531dbc44215025595e0bf670bc8f9cbb /cscript
parent337c1649ea0ca984b750c31cc3888a3a8201012b (diff)
More Centos 5 hacking.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 04929e2ff..3854d29a0 100644
--- a/cscript
+++ b/cscript
@@ -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 = []