From 3d8679495b92b4b3169399ce6a17c6c04a95eeccbd941315572ee225c6749a36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 7 May 2014 08:51:28 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=148 --- libreoffice.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libreoffice.spec b/libreoffice.spec index 59f3a36..ee05ef2 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1108,9 +1108,11 @@ done %make_autocorr_aliases -l it-IT it-CH %make_autocorr_aliases -l nl-NL nl-AW %make_autocorr_aliases -l sv-SE sv-FI -for file in %{buildroot}%{_libdir}/%{name}/share/autocorr/acor*.dat ; do - echo "$file" >> file-lists/common_list.txt +pushd %{buildroot}%{_libdir}/%{name}/share/autocorr +for file in acor*.dat ; do + echo "%{_libdir}/%{name}/share/autocorr/$file" >> file-lists/common_list.txt done +popd # Symlink uno.py and unohelper.py so that python can find them mkdir -p %{buildroot}%{python_sitelib}