diff --git a/Makefile b/Makefile index 12372f6..8e134ba 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,7 @@ download: setup-user: @echo "Setting up git user and directories..." ./preinst + mkdir -p $(BASE)/usr/local/bin mkdir -p $(DATA_PATH)/custom mkdir -p $(DATA_PATH)/data mkdir -p $(DATA_PATH)/log @@ -94,4 +95,4 @@ uninstall: disable # Clean up clean: @echo "Cleaning up..." - rm -rf downloads \ No newline at end of file + rm -rf downloads