base-system target added
This commit is contained in:
parent
a05c59cacf
commit
17416c2857
4
Makefile
4
Makefile
|
@ -4,5 +4,5 @@ define vinstall
|
||||||
export XBPS_ARCH=$(VOID_ARCH) && xbps-install -Su -R $(VOID_REPO) -r $(MNTDIR) $(1)
|
export XBPS_ARCH=$(VOID_ARCH) && xbps-install -Su -R $(VOID_REPO) -r $(MNTDIR) $(1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
test:
|
base:
|
||||||
$(call vinstall,base-system vim)
|
$(call vinstall,base-system)
|
||||||
|
|
Loading…
Reference in New Issue