summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author B. Watson <urchlay@slackware.uk>2023-01-03 19:35:08 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-07 08:13:44 +0700
commitf7941f777be6d3c39dd429ea74077fd733a55e8e (patch)
tree003a1748b80dbc26cae24bc02c2dd9d49f5e1daf /network
parentc1a9e9e3881f79ab0a26816ad2df3fd2d98e797d (diff)
downloadslackbuilds-f7941f777be6d3c39dd429ea74077fd733a55e8e.tar.gz
slackbuilds-f7941f777be6d3c39dd429ea74077fd733a55e8e.tar.xz
network/dante: Fix broken symlinks.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/dante/dante.SlackBuild8
1 files 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