Privilege escalation

This commit is contained in:
Radon Rosborough 2021-06-13 22:34:12 +00:00
parent 888aea874a
commit 1edf4e289a
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ all-scripts: # Generate packaging scripts for all languages
pkg-clean: # L=<lang> T=<type> : Set up fresh packaging environment
@: $${L} $${T}
rm -rf $(BUILD)/src $(BUILD)/pkg
sudo rm -rf $(BUILD)/src $(BUILD)/pkg
mkdir -p $(BUILD)/src $(BUILD)/pkg
pkg-build: # L=<lang> T=<type> : Run packaging script in packaging environment