From 9083b82a25bdb9c25e7da0cfb4ebe515186c71e1 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Tue, 4 Dec 2012 00:43:12 +0000 Subject: makefile: fix install_phidgetcontrol target typo Only cosmetic; Both install paths were still in root's default $PATH. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3