From f7941f777be6d3c39dd429ea74077fd733a55e8e Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 3 Jan 2023 19:35:08 -0500 Subject: [PATCH] network/dante: Fix broken symlinks. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- network/dante/dante.SlackBuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/network/dante/dante.SlackBuild b/network/dante/dante.SlackBuild index 31d186f89d..35f43607a8 100644 --- a/network/dante/dante.SlackBuild +++ b/network/dante/dante.SlackBuild @@ -8,11 +8,13 @@ # TODO: init script? Only if someone asks for it... +# 20230103 bkw: BUILD=2, fix broken symlinks. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=dante VERSION=${VERSION:-1.4.3} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -100,8 +102,8 @@ cat $CWD/README > $PKG/usr/doc/$PRGNAM-$VERSION/README.Slackware # Not going to install actual socks.conf and sockd.conf in /etc, # but at least symlink the examples where they can be found easily. mkdir -p $PKG/etc -ln -s ../usr/doc/$PRGNAM-$VERSION/socks.conf $PKG/etc/socks.conf.example -ln -s ../usr/doc/$PRGNAM-$VERSION/sockd.conf $PKG/etc/sockd.conf.example +ln -s ../usr/doc/$PRGNAM-$VERSION/example/socks.conf $PKG/etc/socks.conf.example +ln -s ../usr/doc/$PRGNAM-$VERSION/example/sockd.conf $PKG/etc/sockd.conf.example mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc