mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-05-04 02:28:01 +02:00
build: Add bigger box around error message
This commit is contained in:
parent
00ac488cde
commit
51117697e9
1 changed files with 2 additions and 0 deletions
|
|
@ -7,7 +7,9 @@ check: check-translations
|
|||
check-translations:
|
||||
@for i in $(top_srcdir)/po/*.po ; do \
|
||||
if ! grep -q `basename $$i | sed 's,.po,,'` $(top_srcdir)/po/LINGUAS ; then \
|
||||
echo '**********************************'; \
|
||||
echo '***' `basename $$i | sed 's,.po,,'` missing from po/LINGUAS '***' ; \
|
||||
echo '**********************************'; \
|
||||
exit 1; \
|
||||
fi; \
|
||||
done;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue