Fixed build error
This commit is contained in:
parent
855a792bcd
commit
e97d05f957
2 changed files with 4 additions and 5 deletions
8
Makefile
8
Makefile
|
@ -45,12 +45,12 @@ install:
|
||||||
install -o root -g root tellusagent.sh $(PREFIX)
|
install -o root -g root tellusagent.sh $(PREFIX)
|
||||||
install -o root -g root tellusagent.conf $(PREFIX)
|
install -o root -g root tellusagent.conf $(PREFIX)
|
||||||
ifeq ($(OS), Linux)
|
ifeq ($(OS), Linux)
|
||||||
install -o root -g root tellusagent-init $(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-monit $(PREFIX)
|
||||||
install -m 644 -o root -g root tellusagent.service $(PREFIX)
|
# install -m 644 -o root -g root tellusagent.service $(PREFIX)
|
||||||
endif
|
endif
|
||||||
ifeq ($(OS), Darwin)
|
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
|
endif
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
#Empty file
|
|
Loading…
Add table
Reference in a new issue