mirror of
https://codeberg.org/privacy1st/de-p1st-monitor
synced 2024-11-23 19:49:32 +01:00
refactor
This commit is contained in:
parent
e722a53c8c
commit
ceace1ba3e
6
Makefile
6
Makefile
@ -10,7 +10,7 @@ install-pkgbuild: cron ## Install with pacman (on Arch Linux)
|
||||
${MAKE} install-files
|
||||
|
||||
.PHONY: install-pip
|
||||
install-pip: notify cron ## Install with pip
|
||||
install-pip: exec-notify cron ## Install with pip
|
||||
sudo python3 -m pip install --upgrade --force-reinstall .
|
||||
${MAKE} install-files
|
||||
|
||||
@ -21,8 +21,8 @@ install-files:
|
||||
sudo install --directory -m755 /etc/$(PKGNAME)/
|
||||
sudo install -m0644 cfg/* /etc/$(PKGNAME)/
|
||||
|
||||
.PHONY: notify ## Check if exec-notify is installed.
|
||||
notify:
|
||||
.PHONY: exec-notify ## Check if exec-notify is installed.
|
||||
exec-notify:
|
||||
# `type` does not work e.g. on Ubuntu 18.04
|
||||
which exec-notify
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user