diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |