[Slackbuilds-users] Update - 20170606.1
Thomas Morper
thomas at beingboiled.info
Tue Jun 6 12:23:42 UTC 2017
On Tue, 6 Jun 2017, Willy Sudiarto Raharjo wrote:
> network/slack: Fix path on x86_64.
This broke the package because the /usr/bin/slack symlink still points to
the then non-existing /usr/lib/slack/slack. Also, the slack binaries don't
support anything else than x86_64 currently, so there's no need to test
$ARCH. A simple rename+relink should do.
# Fix path
mv $PKG/usr/lib $PKG/usr/lib64
( cd $PKG/usr/bin ; rm -f slack ; ln -s ../lib64/slack/slack )
--
More information about the SlackBuilds-users
mailing list