summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2020-01-31 17:11:34 +0100
committerLeah Neukirchen <leah@vuxu.org>2020-02-03 13:15:08 +0100
commit1e5bc10b1ae485b13f92e6a347969e5089c37d82 (patch)
treea4907f8c9fa83686f210dde6bd2c50aa6c994bbf
parentdff9921143abc761f899a009d645ab713d475e8d (diff)
downloadmewix-1e5bc10b1ae485b13f92e6a347969e5089c37d82.tar.gz
mewix-1e5bc10b1ae485b13f92e6a347969e5089c37d82.tar.xz
mewix-1e5bc10b1ae485b13f92e6a347969e5089c37d82.zip
make-mewix-base: move s6-update-symlinks to own package
-rwxr-xr-xmake-mewix-base4
1 files changed, 2 insertions, 2 deletions
diff --git a/make-mewix-base b/make-mewix-base
index e088a16..31e9499 100755
--- a/make-mewix-base
+++ b/make-mewix-base
@@ -11,6 +11,6 @@ ln -s usr/bin newroot/bin
 ln -s usr/lib newroot/lib
 ln -s usr/lib newroot/lib64
 
-mkdir -p newroot/pkg/s6-portable-utils/0/usr/bin
-cp KEEP/s6-update-symlinks.static newroot/pkg/s6-portable-utils/0/usr/bin/s6-update-symlinks
+mkdir -p newroot/pkg/chroot/s6-update-symlinks/0/usr/bin
+cp KEEP/s6-update-symlinks.static newroot/pkg/chroot/s6-update-symlinks/0/usr/bin/s6-update-symlinks