commit:     2fd21d11ea1a3f30a6ac5805e80e09489935a88a
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  8 23:17:54 2023 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sun Oct  8 23:17:54 2023 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=2fd21d11

copy_buildsync: fix relative globbing again

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 scripts/copy_buildsync.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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}"

Reply via email to