wok-6.x rev 13843
get-LibreOffice: bb/ls checks target link now.
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jan 08 12:44:48 2013 +0100 (2013-01-08) |
parents | fe47bd3d01e0 |
children | 8666107f2678 |
files | get-LibreOffice/stuff/get-LibreOffice |
line diff
1.1 --- a/get-LibreOffice/stuff/get-LibreOffice Tue Jan 08 11:16:49 2013 +0100 1.2 +++ b/get-LibreOffice/stuff/get-LibreOffice Tue Jan 08 12:44:48 2013 +0100 1.3 @@ -164,7 +164,7 @@ 1.4 mv usr/bin $PACKAGE-$VERSION/fs/usr 1.5 1.6 # relocalized libexec directory 1.7 -bin=$(ls $PACKAGE-$VERSION/fs/usr/bin/libreoffice${VERSION%.*}) 1.8 +bin=$(echo $PACKAGE-$VERSION/fs/usr/bin/libreoffice${VERSION%.*}) 1.9 if [ -L $bin ]; then 1.10 target=$(readlink $bin) 1.11 rm -f $bin