File = weatherd
Dir  = /etc/init.d/

install:
	@ echo "kopiere init-Script"
	@ install -d $(DESTDIR)$(Dir)
	@ install -m744 $(File) $(DESTDIR)$(Dir)
