From 7ba73dd431ffeaa728cd7b3bbf4a8f8dc7392a6a Mon Sep 17 00:00:00 2001 From: Johann Rudloff Date: Wed, 12 Sep 2018 19:26:55 +0200 Subject: [PATCH] Update SCons files to work with new (>2012) SCons versions. --- po/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/SConscript b/po/SConscript index bce920d..756e4ec 100644 --- a/po/SConscript +++ b/po/SConscript @@ -7,7 +7,7 @@ Import('env') locales = map(lambda str: str[:-3], glob('*.po')) for locale in locales: subdir = '/%s/LC_MESSAGES' % locale - mo = env.MO('locale/'+subdir+'/elfelli', locale) + mo = env.MOFiles('locale/'+subdir+'/elfelli', locale) env.Install(env['destdir']+env['localedir']+subdir, mo) Default('.') -- 2.34.2