aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2012-12-04 00:43:12 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2012-12-04 00:45:49 +0000
commit9083b82a25bdb9c25e7da0cfb4ebe515186c71e1 (patch)
treec533152de89c3b2d4ab0ecd0a7fa934223b8379c
parent4550dfc3f6e49ba17e2d7cb21164434561b13f72 (diff)
downloadverteco-9083b82a25bdb9c25e7da0cfb4ebe515186c71e1.tar.gz
makefile: fix install_phidgetcontrol target typo
Only cosmetic; Both install paths were still in root's default $PATH.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4e23ddb..aa4f279 100644
--- a/Makefile
+++ b/Makefile
@@ -79,7 +79,7 @@ install_lightingcontrol:
test -f $(LIGHTINGCONTROLCRONDIR)/lightingcontrol || $(INSTALL) -m 644 $(CRONDIR)/lightingcontrol $(LIGHTINGCONTROLCRONDIR)/lightingcontrol
install_phidgetcontrol:
- $(INSTALL) $(SDIR)/phidgetcontrol $(FTPHELPERDIR)/phidgetcontrol
+ $(INSTALL) $(SDIR)/phidgetcontrol $(PHIDGETCONTROLBINDIR)/phidgetcontrol
test -f $(PHIDGETCONTROLCFGDIR)/phidgetcontrol.cfg || $(INSTALL) -m 644 $(SDIR)/phidgetcontrol.cfg $(PHIDGETCONTROLCFGDIR)/phidgetcontrol.cfg
@if [ ! -d $(PHIDGETCONTROLLOGDIR) ]; \
then \