Minor changes, removed the use of 'sudo' & changed build archive name from ncc.tar.gz to build.tar.gz

This commit is contained in:
Netkas 2023-01-21 09:53:05 -05:00
parent d34d857a84
commit ec7e7a31ca
2 changed files with 3 additions and 3 deletions

View file

@ -106,7 +106,7 @@ redist: autoload
cp -rf $(SRC_PATH)/default_repositories/*.json $(BUILD_PATH)/src/repositories
tar: redist
cd $(BUILD_PATH)/src; tar -czvf ../ncc.tar.gz *
cd $(BUILD_PATH)/src; tar -czvf ../build.tar.gz *
clean:
rm -rf $(BUILD_PATH)