diff options
-rw-r--r-- | network/dante/dante.SlackBuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/network/dante/dante.SlackBuild b/network/dante/dante.SlackBuild index 31d186f89ddaf..35f43607a873f 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 |