From 51567a4498af274f0a0c7cf39d4769e07ccc5bcc Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 14 Apr 2019 06:43:54 +0200 Subject: [PATCH] Fix build with no langpacks, it broke when Greek got autocorr last year --- libreoffice.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libreoffice.spec b/libreoffice.spec index 265bee7..bb27b2f 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1186,7 +1186,7 @@ pushd %{buildroot}%{baseinstdir}/share/autocorr %make_autocorr_aliases -l nl-NL nl-AW %make_autocorr_aliases -l sv-SE sv-FI %else -rm -f acor_[a-df-z]*.dat acor_e[su]*.dat +rm -f acor_[a-df-z]*.dat acor_e[lsu]*.dat %endif popd #rhbz#484055 make these shared across multiple applications