diff -r 9e1b9eb8813f -r 7cd07b3153b3 Makefile --- a/Makefile Fri Mar 13 11:33:39 2009 +0100 +++ b/Makefile Fri Mar 13 12:47:39 2009 +0100 @@ -13,10 +13,10 @@ install -m 0755 -d ${DESTDIR}${man8dir} install -m 0644 tele-watch.8.gz ${DESTDIR}${man8dir} - #test -f ${DESTDIR}${initdir}/tele-watcher \ - #|| install -m 0755 init.d ${DESTDIR}${initdir}/tele-watcher - #test -f ${DESTDIR}${defaultdir}/tele-watcher \ - #|| install -m 0644 default ${DESTDIR}${defaultdir}/tele-watcher + test -f ${DESTDIR}${initdir}/tele-watch \ + || install -m 0755 init.d ${DESTDIR}${initdir}/tele-watch + test -f ${DESTDIR}${defaultdir}/tele-watch \ + || install -m 0644 default ${DESTDIR}${defaultdir}/tele-watch clean: -rm -f tele-watch.8.gz tele-watch