This commit is contained in:
Daniel Langbein 2023-06-16 14:06:34 +02:00
parent e722a53c8c
commit ceace1ba3e

View File

@ -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