summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-04-11 12:41:32 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-04-11 12:46:00 +0000
commit0ddd4177d44497b25ef3baa85a4187aafa0faf96 (patch)
tree56b10bc2959228aaf3411172f113e42544cd4dba /Makefile
parentUsing /usr/share/compute-tools instead of /usr/share/open-infrastructure/cont... (diff)
downloadcompute-tools-0ddd4177d44497b25ef3baa85a4187aafa0faf96.tar.xz
compute-tools-0ddd4177d44497b25ef3baa85a4187aafa0faf96.zip
Using /var/log/compute-tools instead of /var/log/open-infrastructure.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b7b0b28..40f9ec5 100644
--- a/Makefile
+++ b/Makefile
@@ -123,10 +123,10 @@ install: build
mkdir -p $(DESTDIR)/lib/systemd/system
cp -r share/systemd/* $(DESTDIR)/lib/systemd/system
- mkdir -p $(DESTDIR)/var/log/$(PROJECT)
+ mkdir -p $(DESTDIR)/var/log/$(SOFTWARE)
uninstall:
- rmdir --ignore-fail-on-non-empty --parents $(DESTDIR)/var/log/$(PROJECT) || true
+ rmdir --ignore-fail-on-non-empty --parents $(DESTDIR)/var/log/$(SOFTWARE) || true
for FILE in share/systemd/*; \
do \