summary refs log tree commit diff
path: root/relink-newroot
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2020-02-05 12:20:49 +0100
committerLeah Neukirchen <leah@vuxu.org>2020-02-05 12:21:36 +0100
commit2f6f889a341c6c7bb3e9c8888fa654b060e78d2e (patch)
tree6270c83cdf840866f4c5564670c43343a094cd8c /relink-newroot
parent8bb6e5ed345a3778c367365e416d629b4f29cca6 (diff)
downloadmewix-master.tar.gz
mewix-master.tar.xz
mewix-master.zip
add def/a/s6-update-symlinks HEAD master
Diffstat (limited to 'relink-newroot')
-rwxr-xr-xrelink-newroot4
1 files changed, 2 insertions, 2 deletions
diff --git a/relink-newroot b/relink-newroot
index ad765cb..ce42acd 100755
--- a/relink-newroot
+++ b/relink-newroot
@@ -1,8 +1,8 @@
 #!/bin/sh
 
 bwrap --unshare-user --share-net --bind $PWD/newroot / --setenv PATH /bin \
-  /pkg/chroot/s6-update-symlinks/0/usr/bin/s6-update-symlinks \
+  /pkg/a/s6-update-symlinks/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 \
-  /pkg/chroot/s6-update-symlinks/0/usr/bin/s6-update-symlinks \
+  /pkg/a/s6-update-symlinks/0/usr/bin/s6-update-symlinks \
   /etc $(find newroot/pkg -name etc -type d | sed 's/^newroot//' |sort -r)