forked from pool/libreoffice
- And do it right as it was supposed to be bash variable :)
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=208
This commit is contained in:
parent
b1fd493e63
commit
d00d138750
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Thu Dec 4 07:43:13 UTC 2014 - fstrba@suse.com
|
||||||
|
|
||||||
|
@ -89,5 +89,5 @@ for libdir in ${libdirs[@]}; do
|
|||||||
change_linking ${libdir} $1
|
change_linking ${libdir} $1
|
||||||
# remove dangling links as they might happen when migratin from older
|
# remove dangling links as they might happen when migratin from older
|
||||||
# libreoffice versions
|
# libreoffice versions
|
||||||
find %{_libdir}/libreoffice -type l -xtype l -delete
|
find ${libdir}/libreoffice -type l -xtype l -delete
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user