From: Christian Heller Date: Tue, 3 Jun 2025 20:03:34 +0000 (+0200) Subject: Fix. X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/%7B%7Bprefix%7D%7D/%7B%7Btodo.comment%7D%7D?a=commitdiff_plain;ds=sidebyside;p=config Fix. --- diff --git a/trixie/scripts/from_older_upgrade.sh b/trixie/scripts/from_older_upgrade.sh index 01c282a..89b8a49 100755 --- a/trixie/scripts/from_older_upgrade.sh +++ b/trixie/scripts/from_older_upgrade.sh @@ -50,7 +50,7 @@ apt_update_to_full_upgrade prefixed_msg "Copying over entire ${PATH_ETC_APT} …" cd "${PATH_COPY_TAG}${PATH_ETC_APT}" for _PATH_REL in $(tagdir_parsing__relpaths); do - _PATH_TARGET="/${_PATH_REL}" + _PATH_TARGET="${PATH_ETC_APT}/${_PATH_REL}" mkdir -p $(dirname "${_PATH_TARGET}") cp -avL "${_PATH_REL}" "${_PATH_TARGET}" done