createimg.sh: remove flex, file and heirloom-doctools; replace with reflex and mandoc
This commit is contained in:
parent
ddd1ab85ea
commit
50835c75ce
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ rm -rf ${ROOT}
|
||||||
mkdir -p ${ROOT}
|
mkdir -p ${ROOT}
|
||||||
mount ${LOOPBACK} ${ROOT}
|
mount ${LOOPBACK} ${ROOT}
|
||||||
|
|
||||||
packages=(musl mksh bmake gmake llvm libressl heirloom-doctools cmake curl rsync flex byacc om4 zlib samurai libffi python ca-certificates zlib expat gettext-tiny git kati netbsd-curses kakoune iglunix rust toybox busybox less file pci-ids e2fsprogs util-linux linux-pam kbd)
|
packages=(musl mksh bmake gmake llvm libressl mandoc cmake curl rsync reflex byacc om4 zlib samurai libffi python ca-certificates zlib expat gettext-tiny git kati netbsd-curses kakoune iglunix rust toybox busybox less pci-ids e2fsprogs util-linux linux-pam kbd)
|
||||||
cp_packages ${ROOT}
|
cp_packages ${ROOT}
|
||||||
|
|
||||||
echo "Linked ld.lld (from llvm) to ld"
|
echo "Linked ld.lld (from llvm) to ld"
|
||||||
|
|
Loading…
Reference in a new issue