Skip to content
Snippets Groups Projects
Unverified Commit a5617cb1 authored by Casey's avatar Casey :recycle:
Browse files

pmb/data/merge-usr: relative symlink targets (MR 2402)


Make sure the symlinks are correct when not inside the chroot, they
should be relative!

Signed-off-by: default avatarCaleb Connolly <caleb@postmarketos.org>
parent 0931eb92
Branches
Tags
1 merge request!2402Fix merge-usr.sh
Pipeline #189070 passed
......@@ -52,10 +52,10 @@ merge() {
cd "$CHROOT"
rmdir "$src"
ln -s "/$dest" "$CHROOT/$src"
ln -s "$dest" "$CHROOT/$src"
}
merge bin usr/bin
merge sbin usr/bin
merge lib usr/lib
merge usr/sbin usr/bin
merge usr/sbin bin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment