From b8517e0e865812af91790a4b6a0adaab8f3ddae3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 10 May 2015 15:39:43 +0100 Subject: Another build fix. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') 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' -- cgit v1.2.3