From d7dc5cc4b3da7104d6b47f3b8c5c836f6777ce63 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 15 May 2025 04:27:45 -0300 Subject: Do not install po/tests/*.mo files --- mkdeps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkdeps.sh') diff --git a/mkdeps.sh b/mkdeps.sh index 7f7c418..ae6fffc 100755 --- a/mkdeps.sh +++ b/mkdeps.sh @@ -26,7 +26,7 @@ xdocs() { } pos() { - find po/ -name '*.po' | grep -v '^po/doc/' + find po/ -name '*.po' | grep -Ev '^po/(doc|tests)/' } -- cgit v1.2.3