From 0d165ccc5e7d6955f1fc96069956b27f5a272e49 Mon Sep 17 00:00:00 2001 From: balki <3070606-balki@users.noreply.gitlab.com> Date: Thu, 28 Jul 2022 18:55:41 +0000 Subject: [PATCH] Update Makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5aac5a0..3e57696 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,3 @@ - .PHONY: help help: ## Show this help @echo 'make-pac' @@ -13,7 +12,7 @@ help: ## Show this help .PHONY: install install: ## Symlinks files in pac-root - sudo ./make-pac/install.sh + sudo ./makepac/install.sh .PHONY: sd-reload sd-reload: ## Run this after editing systemd service/timer files