diff options
author | June McEnroe <june@causal.agency> | 2018-08-04 14:17:18 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-08-04 14:17:18 -0400 |
commit | 96888b6c3207bde698983f392c5efd1b65849aab (patch) | |
tree | a555dbfb1a46f23e7403488806b7b4c6ec488f1e | |
parent | Define A_ITALIC if not defined (diff) | |
download | catgirl-96888b6c3207bde698983f392c5efd1b65849aab.tar.gz catgirl-96888b6c3207bde698983f392c5efd1b65849aab.zip |
Add libedit to chroot
Needed by sh.
Diffstat (limited to '')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |