Update Makefile.am
All checks were successful
gitea-sync/sysmond/pipeline/head This commit looks good

This commit is contained in:
Dany LE 2022-08-04 11:55:12 +02:00 committed by GitHub
parent ffe49ee1e3
commit 4eb4ff4a0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,6 @@ sysmond_SOURCES = ini.c sysmon.c
sysconf_DATA = sysmond.conf
install-data-local:
([ -d $(DESTDIR)/etc/systemd/system/ ] && cp sysmond.service $(DESTDIR)/etc/systemd/system/) || true
- [ -d $(DESTDIR)/etc/systemd/system/ ] && cp sysmond.service $(DESTDIR)/etc/systemd/system/
EXTRA_DIST = ini.h sysmond.conf sysmond.service