copy_buildsync: fix double ../..

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
Robin H. Johnson 2023-10-08 17:04:24 -07:00
parent 9a3f920c95
commit 5dedbbbbad
No known key found for this signature in database
GPG key ID: 19395F23C58826C4

View file

@ -235,7 +235,7 @@ process_arch() {
# If it doesn't exist, add it.
if [[ ! -e "$variant_file" ]]; then
doit=1
ln -s -t . "../${variant_path}"
ln -s -t . "${variant_file}"
else
# If it does exist, check carefully to see if anything is different
# Does it point to somewhere else?