mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
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:
parent
48bd754fcc
commit
b4b604b2a9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue