From 08ba62ccdf76899c633128899f0064cf9be498f1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 6 May 2009 07:19:32 +0200 Subject: [PATCH] shutils/chroot.sh: create /bin/sh symlinks while installing the utils. --HG-- extra : convert_revision : 68973ca2649c22f28896c3e9dd5c43bc63aff860 --- shutils/chroot.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shutils/chroot.sh b/shutils/chroot.sh index 72b70d3f71a..e40aeddeabc 100644 --- a/shutils/chroot.sh +++ b/shutils/chroot.sh @@ -93,6 +93,7 @@ nameserver 208.67.220.220 _EOF touch $XBPS_MASTERDIR/.xbps_perms_done + } rebuild_ldso_cache() @@ -115,6 +116,7 @@ install_xbps_utils() done if [ -n "$needed" ]; then + cd ${XBPS_MASTERDIR}/bin && ln -s dash sh echo "=> Building and installing xbps utils." chroot $XBPS_MASTERDIR sh -c \ "echo /usr/local/lib > /etc/ld.so.conf"