Add an uninstall target to the Makefile.

Also a fix to the install target, and the initscript.
This commit is contained in:
John "Elwin" Edwards 2016-01-14 21:30:14 -05:00
parent 6457f18b36
commit 3b00718e59
2 changed files with 10 additions and 1 deletions

View file

@ -3,7 +3,7 @@
NODE_PATH=/usr/lib/node_modules
LOGFILE=/var/log/rlgwebd.log
CTLSOCKET=/var/run/rlgwebd.sock
RLGWEBDJS=./rlgwebd
RLGWEBDJS=/usr/local/bin/rlgwebd
export NODE_PATH