Fixed build error

This commit is contained in:
PD0ZRY Rudy 2016-11-19 23:32:10 +01:00
parent 855a792bcd
commit e97d05f957
2 changed files with 4 additions and 5 deletions

View file

@ -45,12 +45,12 @@ install:
install -o root -g root tellusagent.sh $(PREFIX)
install -o root -g root tellusagent.conf $(PREFIX)
ifeq ($(OS), Linux)
install -o root -g root tellusagent-init $(PREFIX)
install -m 644 -o root -g root tellusagent-monit $(PREFIX)
install -m 644 -o root -g root tellusagent.service $(PREFIX)
# install -o root -g root tellusagent-init $(PREFIX)
# install -m 644 -o root -g root tellusagent-monit $(PREFIX)
# install -m 644 -o root -g root tellusagent.service $(PREFIX)
endif
ifeq ($(OS), Darwin)
install -m 644 -o root -g root tellusagent.plist $(DESTDIR)/Library/LaunchDaemons
# install -m 644 -o root -g root tellusagent.plist $(DESTDIR)/Library/LaunchDaemons
endif
clean:

View file

@ -1 +0,0 @@
#Empty file