Fixed issue with wrong static-pods location in Makefile
parent
45c1dedf4f
commit
b1fbe7268b
|
@ -24,7 +24,7 @@ ifndef VERSION
|
|||
endif
|
||||
|
||||
cp -r ./* $(TEMP_DIR)
|
||||
cp -r ../addons ../static-pods $(TEMP_DIR)
|
||||
cp -r ../addons ./static-pods $(TEMP_DIR)
|
||||
cp ../../out/localkube $(TEMP_DIR)
|
||||
chmod +x $(TEMP_DIR)/localkube
|
||||
|
||||
|
|
Loading…
Reference in New Issue