Add libedit to chroot

Needed by sh.
This commit is contained in:
Curtis McEnroe 2018-08-04 14:17:18 -04:00
parent 95b46b8559
commit 96888b6c32
No known key found for this signature in database
GPG Key ID: CEA2F97ADCFCD77C

View File

@ -33,6 +33,7 @@ chroot.tar: chat
install -o root -g wheel -m 555 /libexec/ld-elf.so.1 root/libexec
install -o root -g wheel -m 444 \
/lib/libc.so.7 \
/lib/libedit.so.7 \
/lib/libncursesw.so.8 \
/lib/libthr.so.3 \
/usr/local/lib/libcrypto.so.43 \