From 6314c71f696859fd84d57228f7e3549b3fd30408 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Thu, 17 Apr 2025 23:58:56 +0200 Subject: [PATCH] Fix. --- bookworm/scripts/lib/copy_dirtrees_of_tags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2