Create needed dirs
This commit is contained in:
parent
d3c5f153fe
commit
3c6ab8c4b8
1
Makefile
1
Makefile
@ -11,6 +11,7 @@ build: deps
|
|||||||
go build -o $(PLUGIN_NAME) .
|
go build -o $(PLUGIN_NAME) .
|
||||||
|
|
||||||
install: build
|
install: build
|
||||||
|
sudo mkdir -p $(CNI_PLUGINS_DIR) $(CNI_CONFIG_DIR)
|
||||||
sudo cp $(PLUGIN_NAME) $(CNI_PLUGINS_DIR)/
|
sudo cp $(PLUGIN_NAME) $(CNI_PLUGINS_DIR)/
|
||||||
sudo cp 10-mycelium.conflist $(CNI_CONFIG_DIR)/
|
sudo cp 10-mycelium.conflist $(CNI_CONFIG_DIR)/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user