From 96888b6c3207bde698983f392c5efd1b65849aab Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 4 Aug 2018 14:17:18 -0400 Subject: Add libedit to chroot Needed by sh. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b76ba97..105eb5f 100644 --- a/Makefile +++ b/Makefile @@ -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 \ -- cgit 1.4.1