From 267461e0bc8c4a5177a9f4cb5e5f5006cd0cc2bc Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Thu, 5 Oct 2023 18:21:01 +0200 Subject: [PATCH] feat: update Makefile and README --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6fb0a98..6867ee6 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ install-files: sudo install -m0644 cron.d/$(PKGNAME) /etc/cron.d/$(PKGNAME) sudo install --directory -m755 /etc/$(PKGNAME)/ - sudo install -m0644 cfg/* /etc/$(PKGNAME)/ + sudo install -m0644 src/de/p1st/monitor/data/* /etc/$(PKGNAME)/ .PHONY: exec-notify ## Check if exec-notify is installed. exec-notify: diff --git a/README.md b/README.md index a199f42..635bdca 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ find ./src -name '*.py' | xargs wc -l ## Configuration -See [cfg/yodaTux.ini](cfg/yodaTux.ini) for a configuration file covering all config options. +See [yodaTux.ini](src/de/p1st/monitor/data/yodaTux.ini) for a configuration file covering all config options. ## Installation