office/kuro-legacy: Correct broken symlink.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Tonus 2023-05-05 21:55:42 +02:00 committed by Willy Sudiarto Raharjo
parent 48bd754fcc
commit b4b604b2a9
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=kuro-legacy
SRCNAM=kuro
VERSION=${VERSION:-8.1.6}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -86,7 +86,7 @@ find -L . \
# create soft link for launcher
mkdir -p $PKG/usr/bin
ln -sf ../../opt/Kuro/$PRGNAM $PKG/usr/bin/$PRGNAM
ln -sf ../../opt/Kuro/$SRCNAM $PKG/usr/bin/$PRGNAM
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true