Fixed issue with wrong static-pods location in Makefile

pull/142/head
Shailesh Pant 2016-06-01 01:56:31 +05:30
parent 45c1dedf4f
commit b1fbe7268b
1 changed files with 1 additions and 1 deletions

View File

@ -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