Skip to content

Commit

Permalink
fix(install): fix missing directory during install (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
inferno0230 authored Jun 5, 2024
1 parent 7934abc commit 03c3eeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ all:
$(MAKE) help

install: ## Install Spyglass as service
@mkdir -p $(CONF_PATH)
@printf "\nCopying systemd service file ...\n"
@sudo cp -f "${PWD}/resources/spyglass.service" $(SYSTEMD)
@sudo sed -i "s/%USER%/$(USER)/g" $(SYSTEMD)/spyglass.service
Expand Down

0 comments on commit 03c3eeb

Please sign in to comment.