Accepting request 263944 from LibreOffice:Factory

- And do it right as it was supposed to be bash variable :)

- Fix typo %{libdir} -> %{_libdir}

- Remove dangling symlinks from previous versions bnc#884942

OBS-URL: https://build.opensuse.org/request/show/263944
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libreoffice?expand=0&rev=78
This commit is contained in:
Dominique Leuenberger 2014-12-05 20:07:31 +00:00 committed by Git OBS Bridge
commit 2f1785e1f5
2 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Dec 4 08:33:55 UTC 2014 - tchvatal@suse.com
- And do it right as it was supposed to be bash variable :)
-------------------------------------------------------------------
Thu Dec 4 07:43:13 UTC 2014 - fstrba@suse.com
- Fix typo %{libdir} -> %{_libdir}
-------------------------------------------------------------------
Wed Dec 3 11:08:57 UTC 2014 - tchvatal@suse.com
- Remove dangling symlinks from previous versions bnc#884942
-------------------------------------------------------------------
Sun Nov 30 10:08:38 UTC 2014 - dmitry_r@opensuse.org

View File

@ -87,4 +87,7 @@ for libdir in ${libdirs[@]}; do
continue
fi
change_linking ${libdir} $1
# remove dangling links as they might happen when migratin from older
# libreoffice versions
find ${libdir}/libreoffice -type l -xtype l -delete
done