X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=90cbbecfbc6c309cfa3ca145d064bfb106e4cab3;hb=5e4f001bf32e3cdf65efa34803d70e6c1c00c66b;hp=86dab4306d15d233fa01c8b934f397c657573add;hpb=cc27c2716f755305d67f1e1ba828ecf37f8405dd;p=dcpomatic.git diff --git a/cscript b/cscript index 86dab4306..90cbbecfb 100644 --- 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":