summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2020-01-31 16:26:19 +0100
committerLeah Neukirchen <leah@vuxu.org>2020-01-31 17:11:57 +0100
commitdff9921143abc761f899a009d645ab713d475e8d (patch)
treedda26b7a4bd676a88163c1e36d63f351c04d1c15
parent8b4c9aad73a0ec3bcf2bc2c66a356fc829a487ec (diff)
downloadmewix-dff9921143abc761f899a009d645ab713d475e8d.tar.gz
mewix-dff9921143abc761f899a009d645ab713d475e8d.tar.xz
mewix-dff9921143abc761f899a009d645ab713d475e8d.zip
relink-newroot: move s6-update-symlinks to own package
-rwxr-xr-xrelink-newroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/relink-newroot b/relink-newroot
index d607db9..74db895 100755
--- a/relink-newroot
+++ b/relink-newroot
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-bwrap --unshare-user --share-net --bind $PWD/newroot / --setenv PATH /bin --setenv XBPS_ARCH x86_64-musl /pkg/s6-portable-utils/0/usr/bin/s6-update-symlinks /usr $(find newroot/pkg -name usr -type d | sed 's/^newroot//' |sort -r)
+bwrap --unshare-user --share-net --bind $PWD/newroot / --setenv PATH /bin --setenv XBPS_ARCH x86_64-musl /pkg/chroot/s6-update-symlinks/0/usr/bin/s6-update-symlinks /usr $(find newroot/pkg -name usr -type d | sed 's/^newroot//' |sort -r)