Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adrelanos committed Nov 15, 2024
1 parent 95e0c8e commit 4b3f6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help-steps/variables
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ repository_dist_initializer_setup() {
## Enable generation of repository-dist config file
if [ "${build_remote_repo_enable}" = 'true' ]; then
echo "${DERIVATIVE_APT_REPOSITORY_OPTS}" | sponge -- "${binary_build_folder_dist}/derivative_apt_repository_opts"
mkdir --parents "${CHROOT_FOLDER}/var/lib/repository-dist/"
$SUDO_TO_ROOT mkdir --parents "${CHROOT_FOLDER}/var/lib/repository-dist/"
$SUDO_TO_ROOT cp "${binary_build_folder_dist}/derivative_apt_repository_opts" "${CHROOT_FOLDER}/var/lib/repository-dist/derivative_apt_repository_opts"
else
safe-rm -f "${binary_build_folder_dist}/derivative_apt_repository_opts"
Expand Down

0 comments on commit 4b3f6e1

Please sign in to comment.