1
0
mirror of https://github.com/agdsn/ancient-weatherstation.git synced 2026-06-19 14:58:00 +00:00

init-Makefile added

git-svn-id: file:///home/jan/tmp/wetterstation/trunk@136 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
losinshi
2006-09-24 20:13:33 +00:00
parent 224ef19d72
commit 13fe141eee
+7
View File
@@ -0,0 +1,7 @@
File = weatherd
Dir = /etc/init.d/
install:
@ echo "kopiere init-Script"
@ mkdir -p $(DESTDIR)$(Dir)
@ cp $(File) $(DESTDIR)$(Dir)