From ebf63a98adae5ea84d044b73a03612a9fd75af26 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 4 Sep 2013 19:20:06 +0200 Subject: Fix wrong hardcoded path in fcgi example file Signed-off-by: Florian Pritz --- htdocs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/Makefile.am b/htdocs/Makefile.am index 12de76f..af42152 100644 --- a/htdocs/Makefile.am +++ b/htdocs/Makefile.am @@ -28,5 +28,5 @@ nobase_js_DATA = $(JS) install-data-local: $(MKDIR) -p $(DESTDIR)$(HTDOCSDIR) $(ECHO) "#!/bin/sh" > $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist - $(ECHO) "exec $(prefix)/bin/smokeping_cgi $(prefix)/etc/config" >> $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist + $(ECHO) "exec $(bindir)/smokeping_cgi $(sysconfdir)/config" >> $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist chmod +x $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist -- cgit v1.2.3-24-g4f1b