Tomáš Chvátal 2014-04-09 09:52:31 +00:00 committed by Git OBS Bridge
parent b47a93160d
commit 989adac78d
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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