Compare commits
No commits in common. "65b3d3cd75186d4b029c633787d7e09a274662f7" and "a05c59cacf5db945e767fad3b352c90847c2fca8" have entirely different histories.
65b3d3cd75
...
a05c59cacf
9
Makefile
9
Makefile
|
@ -4,10 +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
|
||||||
|
|
||||||
base:
|
test:
|
||||||
$(call vinstall,base-system)
|
$(call vinstall,base-system vim)
|
||||||
|
|
||||||
tools:
|
|
||||||
$(call vinstall,base-devel git tcc wget vim-x11 tmux)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue