From dd4d727a2cc5268e22ba68d98eb0ef187e60794b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 19 Oct 2024 21:00:04 +0200 Subject: Fix RPM build error. --- cscript | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3