ancient-weatherstation/deamon/init/Makefile

8 lines
149 B
Makefile

File = weatherd
Dir = /etc/init.d/
install:
@ echo "kopiere init-Script"
@ install -d $(DESTDIR)$(Dir)
@ install -m744 $(File) $(DESTDIR)$(Dir)