From: Lasse Collin Date: Tue, 9 Dec 2025 11:01:36 +0000 (+0200) Subject: Translations: Add src/xz/sandbox.c to POTFILES.in X-Git-Tag: v5.8.2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4340692d4490ff80e897d4840fadc033c46d81a;p=thirdparty%2Fxz.git Translations: Add src/xz/sandbox.c to POTFILES.in There are no strings to translate in that file now, but it's good to list it anyway in case translatable strings are added in the future. Fixes: 374868d81d47 ("xz: Move sandboxing code to sandbox.c and improve Landlock sandbox.") --- diff --git a/po/POTFILES.in b/po/POTFILES.in index 9e47af1b..dead5ed4 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -10,6 +10,7 @@ src/xz/main.c src/xz/message.c src/xz/mytime.c src/xz/options.c +src/xz/sandbox.c src/xz/signals.c src/xz/suffix.c src/xz/util.c