diff --git a/libreoffice.changes b/libreoffice.changes index 4cfe9fd..3e3f9ad 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -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 diff --git a/link-to-ooo-home b/link-to-ooo-home index 7b53ee0..ff763b7 100644 --- a/link-to-ooo-home +++ b/link-to-ooo-home @@ -89,5 +89,5 @@ for libdir in ${libdirs[@]}; do 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 + find ${libdir}/libreoffice -type l -xtype l -delete done