set-term target added
This commit is contained in:
parent
de890ebf4d
commit
fe4486e720
4
Makefile
4
Makefile
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue