We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af711e commit a06b120Copy full SHA for a06b120
Makefile
@@ -27,6 +27,7 @@ package:
27
tar -cf packages/houseclock-`date +%F`.tgz houseclock init.debian Makefile
28
29
install:
30
+ if [ -e /etc/init.d/houseclock ] ; then systemctl stop houseclock ; fi
31
mkdir -p /usr/local/bin
32
cp houseclock /usr/local/bin
33
cp init.debian /etc/init.d/houseclock
0 commit comments