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 \
New Upstream Snapshot (commit 1246b27)Jonathan McCrohan1-0/+6 2014-05-13Imported Upstream version 0+git20140512.1246b27upstream/0+git20140512.1246b27Jonathan McCrohan391-301/+3983 2014-04-05Release 0+git20140326.cfc2975-1debian/0+git20140326.cfc2975-1Jonathan McCrohan1-2/+2 2014-04-05d/control: update Homepage (upstream has moved from Gitweb to cgit)Jonathan McCrohan2-1/+2 2014-04-05New Upstream Snapshot (commit cfc2975)Jonathan McCrohan1-0/+6 2014-04-05Imported Upstream version 0+git20140326.cfc2975upstream/0+git20140326.cfc2975Jonathan McCrohan118-656/+877 2014-01-16Release 0+git20140107.1850cf8-1debian/0+git20140107.1850cf8-1Jonathan McCrohan1-2/+2 2014-01-16Update Standards Version to 3.9.5Jonathan McCrohan2-1/+9