summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-05-10 15:39:43 +0100
committerCarl Hetherington <cth@carlh.net>2015-05-10 15:39:43 +0100
commitb8517e0e865812af91790a4b6a0adaab8f3ddae3 (patch)
tree8f992634a696037532ca613f355955ba38caa77e /cscript
parentd7b43fdea99af7b8632ce45d8c361b119b4a3e45 (diff)
Another build fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index a6ebfcd59..e2a005317 100644
--- a/cscript
+++ b/cscript
@@ -148,7 +148,7 @@ def make_spec(filename, version, target):
"""Make a .spec file for a RPM build"""
f = open(filename, 'w')
print >>f,'Summary:A program that generates Digital Cinema Packages (DCPs) from video and audio files'
- print >>f,'Name:dcpomatic'
+ print >>f,'Name:dcpomatic2'
print >>f,'Version:%s' % version
print >>f,'Release:1%{?dist}'
print >>f,'License:GPL'