Commit Diff
--- wl/hst/ndmake.sh +++ wl/hst/ndmake.sh @@ -6,12 +6,9 @@ SOURCE="https://git.sr.ht/~dlm/hst" BUILD_OPT='CC=cc' postbuild() { - msg "compiling terminfo..." - tic -sx st-wl.info || die "tic failed" - msg "installing terminfo..." mkdir -p "$PKG/$PREFIX/share/terminfo" - cp st-wl.info.cdb "$PKG/$PREFIX/share/t
