aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2023-10-08 16:17:54 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2023-10-08 16:17:54 -0700
commit2fd21d11ea1a3f30a6ac5805e80e09489935a88a (patch)
tree29714b351cbb6687417a4b28d2ba48263972e8d0 /scripts
parentcopy_buildsync: fix relative globbing (diff)
downloadreleng-2fd21d11ea1a3f30a6ac5805e80e09489935a88a.tar.gz
releng-2fd21d11ea1a3f30a6ac5805e80e09489935a88a.tar.bz2
releng-2fd21d11ea1a3f30a6ac5805e80e09489935a88a.zip
copy_buildsync: fix relative globbing again
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/copy_buildsync.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/copy_buildsync.sh b/scripts/copy_buildsync.sh
index 3d164504..0f0779ce 100755
--- a/scripts/copy_buildsync.sh
+++ b/scripts/copy_buildsync.sh
@@ -218,7 +218,7 @@ process_arch() {
# install new links
# do NOT use -f here, we do not want to override the existing files.
# this will ensure the mtime of the links does not change in most cases.
- ( cd "$current_v" && ln -s --target-directory=. "../${variant_path}"* )
+ ( cd "current-$v" && ln -s --target-directory=. "../${variant_path}"* )
# Update keepfile
echo "${variant_path}" | sed -e 's,/.*,,g' -e 's,^,/,g' -e 's,$,$,g' >>"${keepfile_tmp}"