This commit is contained in:
parent
df0c9f8737
commit
b1fd493e63
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Wed Dec 3 11:08:57 UTC 2014 - tchvatal@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