base-system target added

This commit is contained in:
ed barz 2020-05-01 10:41:17 +02:00
parent a05c59cacf
commit 17416c2857
1 changed files with 2 additions and 2 deletions

View File

@ -4,5 +4,5 @@ define vinstall
export XBPS_ARCH=$(VOID_ARCH) && xbps-install -Su -R $(VOID_REPO) -r $(MNTDIR) $(1)
endef
test:
$(call vinstall,base-system vim)
base:
$(call vinstall,base-system)