From: Christian Heller Date: Thu, 17 Apr 2025 21:58:56 +0000 (+0200) Subject: Fix. X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/%22https:/validator.w3.org/day?a=commitdiff_plain;h=6314c71f696859fd84d57228f7e3549b3fd30408;p=config Fix. --- diff --git a/bookworm/scripts/lib/copy_dirtrees_of_tags b/bookworm/scripts/lib/copy_dirtrees_of_tags index 4fed3ae..e3714b2 100644 --- a/bookworm/scripts/lib/copy_dirtrees_of_tags +++ b/bookworm/scripts/lib/copy_dirtrees_of_tags @@ -29,7 +29,7 @@ copy_dirtrees_of_tags() { if [ -z "${_LINK_NAME}" ]; then _LINK_NAME=$(basename "${_LINK_TARGET}") fi - _PATH_LINK="${_DIRECTORY}${_LINK_NAME}" + _PATH_LINK="${_DIRECTORY}/${_LINK_NAME}" ln -s "${_LINK_TARGET}" "${_PATH_LINK}" _PATHS_WRITTEN="${_PATH_LINK}\n${_PATHS_WRITTEN}" continue