diff options
author | Patrick Griffis <tingping@tingping.se> | 2018-04-03 16:21:41 -0400 |
---|---|---|
committer | Patrick Griffis <tingping@tingping.se> | 2018-04-03 16:30:38 -0400 |
commit | fd2167d85605fdb23116047ead3502d9f7a5e63b (patch) | |
tree | a776904924ed1e72b9569f6b7b57a8581cb4203f /po/meson.build | |
parent | 08fb808ea4b190734b56b30c1f0a5eec68944864 (diff) |
Fix tests on Ubuntu
Diffstat (limited to 'po/meson.build')
-rw-r--r-- | po/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po/meson.build b/po/meson.build index 9b5cd4aa..f292c4d7 100644 --- a/po/meson.build +++ b/po/meson.build @@ -3,7 +3,7 @@ i18n.gettext('hexchat', preset: 'glib') validate_translations = find_program('validate-textevent-translations') test('Validate translations', validate_translations, args: [ - files('LINGUAS'), + join_paths(meson.current_source_dir(), 'LINGUAS'), meson.current_source_dir(), ] -) \ No newline at end of file +) |