diff options
author | ArTourter <artourter@gmail.com> | 2022-04-28 20:34:34 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-30 13:52:11 +0700 |
commit | ede55bbbe008d8e8e7a7e625a614dabd9682e196 (patch) | |
tree | 71620bc8480d07384cd74e12447549f30056e4af /network/signal-desktop/signal-desktop.SlackBuild | |
parent | ee6ef4dc269559cb2993ca50234de08d730d1fca (diff) |
network/signal-desktop: Updated for version 5.41.0
also fix absolute symbolic link in usr/bin
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/signal-desktop/signal-desktop.SlackBuild')
-rw-r--r-- | network/signal-desktop/signal-desktop.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/signal-desktop/signal-desktop.SlackBuild b/network/signal-desktop/signal-desktop.SlackBuild index 85960c9deac5a..102c15b4ea956 100644 --- a/network/signal-desktop/signal-desktop.SlackBuild +++ b/network/signal-desktop/signal-desktop.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=signal-desktop -VERSION=${VERSION:-5.40.1} +VERSION=${VERSION:-5.41.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -74,7 +74,7 @@ find -L . \ # create soft link for launcher mkdir -p $PKG/usr/bin -ln -sf /opt/Signal/$PRGNAM $PKG/usr/bin/$PRGNAM +ln -sf ../../opt/Signal/$PRGNAM $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 |