summaryrefslogtreecommitdiff
path: root/Makefile
blob: 1d2ae8c20df2e1f84156253ca4ae5cd92ac5a410 (plain)
1
2
3
4
5
6
PATCHES_DIR:=patches/
INSTALL_DIR?=/etc/portage/

.PHONY: install
install: $(PATCHES_DIR) $(PATCHES)
	cp -r $< $(INSTALL_DIR)