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:
commit
2f1785e1f5
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user