set-term target added

This commit is contained in:
ed barz 2020-05-01 10:49:51 +02:00
parent de890ebf4d
commit fe4486e720
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ umnt-system:
umount $(MNTDIR)/dev/pts umount $(MNTDIR)/dev/pts
umount $(MNTDIR)/dev umount $(MNTDIR)/dev
set-term:
cp -r files/terminfo $(MNTDIR)/usr/share/
chmod -R 755 $(MNTDIR)/usr/share/terminfo
tools: tools:
$(call vinstall,base-devel git tcc wget vim-x11 tmux) $(call vinstall,base-devel git tcc wget vim-x11 tmux)