diff options
author | Tonus <tonus1@gmail.com> | 2023-05-05 21:55:42 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-06 08:28:19 +0700 |
commit | b4b604b2a9e8f9b9b58ed53d29d85b2df5957b0d (patch) | |
tree | 27fc6750535eab066e88b4cb50d553a32aeb3102 /office | |
parent | 48bd754fcc0cb2331d8da969d99c18622eaf057a (diff) |
office/kuro-legacy: Correct broken symlink.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/kuro-legacy/kuro-legacy.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/office/kuro-legacy/kuro-legacy.SlackBuild b/office/kuro-legacy/kuro-legacy.SlackBuild index 60ad7d62b27ff..40d848462732e 100644 --- a/office/kuro-legacy/kuro-legacy.SlackBuild +++ b/office/kuro-legacy/kuro-legacy.SlackBuild @@ -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 |