diff options
author | Erich Eckner <git@eckner.net> | 2018-06-28 09:49:14 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-06-28 09:50:48 +0200 |
commit | 63385dc2f57cbe0ee25d9e8d9512ad60e1a2e48a (patch) | |
tree | f3b86b545f5f2e0e18b4fb7bdd2a8edff2b92042 /bin/copy-to-build-support | |
parent | 78646fb55609f7c94ebaf1b2fb5cc422cf5451da (diff) | |
download | builder-63385dc2f57cbe0ee25d9e8d9512ad60e1a2e48a.tar.xz |
bin/copy-to-build-support: create _correct_ symlinks
Diffstat (limited to 'bin/copy-to-build-support')
-rwxr-xr-x | bin/copy-to-build-support | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/copy-to-build-support b/bin/copy-to-build-support index fbc441d..b99c3c1 100755 --- a/bin/copy-to-build-support +++ b/bin/copy-to-build-support @@ -118,7 +118,7 @@ sed -n ' printf '%s\n' "${package}" >> \ "${tmp_dir}/packages" for suffix in '' '.sig'; do - printf 'ln -s "pool/%s%s" "%s/build-support/%s%s"\n' \ + printf 'ln -s "../../pool/%s%s" "%s/build-support/%s%s"\n' \ "${package}" \ "${suffix}" \ "${repo_arch}" \ |