X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=e969a523614b349f9911d4f6fb43564bb2872636;hb=93d57d46e52e0050efda894fc3089a6410d55754;hp=04929e2ffdfd142c36f70af8b6a6227a41ffd842;hpb=337c1649ea0ca984b750c31cc3888a3a8201012b;p=dcpomatic.git diff --git a/cscript b/cscript index 04929e2ff..e969a5236 100644 --- a/cscript +++ b/cscript @@ -236,7 +236,7 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', 'cd922b8', ffmpeg_options), - ('libdcp', '4e6b78d'), + ('libdcp', '043d382'), ('libsub', 'b082fb6')) def configure_options(target): @@ -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 = []