- Fix whitespace.
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=130
This commit is contained in:
parent
b47a93160d
commit
989adac78d
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 9 09:52:17 UTC 2014 - tchvatal@suse.com
|
||||
|
||||
- Fix whitespace.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 9 09:44:26 UTC 2014 - tchvatal@suse.com
|
||||
|
||||
|
@ -29,7 +29,7 @@ change_linking() {
|
||||
linkfile="${file/${datadir}/${libdir}}"
|
||||
# if the file is already there, skip it
|
||||
# this is true when the parent folder is link
|
||||
if [[ ! -e "${linkfile}" ]]; then
|
||||
if [[ ! -e "${linkfile}" ]]; then
|
||||
ln -sf "${file}" "${linkfile}" || exit 1
|
||||
fi
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user