Create needed dirs
This commit is contained in:
		
							
								
								
									
										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)/ | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user