summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-10-19 21:00:04 +0200
committerCarl Hetherington <cth@carlh.net>2024-10-19 21:00:04 +0200
commitdd4d727a2cc5268e22ba68d98eb0ef187e60794b (patch)
treed7d9d8cb25a244394f0b1f4652d107ef9d340b0c
parent2a59f8d15ba0c57055da4dfac89304601eebfe96 (diff)
Fix RPM build error.v2.17.23
-rw-r--r--cscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/cscript b/cscript
index eaa8f3d92..ca60ae80b 100644
--- a/cscript
+++ b/cscript
@@ -496,6 +496,7 @@ def make_spec(filename, version, target, options, requires=None):
print('%%{_datadir}/locale/%s/LC_MESSAGES/dcpomatic2.mo' % l, file=f)
print('%%{_datadir}/locale/%s/LC_MESSAGES/libdcpomatic2-wx.mo' % l, file=f)
print('%%{_datadir}/locale/%s/LC_MESSAGES/libdcpomatic2.mo' % l, file=f)
+ print('%{_datadir}/locale/fa_IR/LC_MESSAGES/wxstd.mo', file=f)
print('%{_datadir}/libdcp/tags/*', file=f)
print('%{_datadir}/libdcp/xsd/*', file=f)
print('%{_datadir}/libdcp/ratings', file=f)