diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2011-09-29 13:44:31 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2011-09-29 13:44:31 +0200 |
commit | bc78b2af7c82cced422e4dc424b8ae45589be2fd (patch) | |
tree | 1522a5ea7c2247a8a6d6b5c635220cdb0f31de8a | |
parent | 1930d47ac9b2635b610a74ea1e4302731fe7be20 (diff) | |
download | smokeping-bc78b2af7c82cced422e4dc424b8ae45589be2fd.tar.gz smokeping-bc78b2af7c82cced422e4dc424b8ae45589be2fd.tar.xz |
create htdocs dor
-rw-r--r-- | htdocs/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htdocs/Makefile.am b/htdocs/Makefile.am index d8c592c..696cd6f 100644 --- a/htdocs/Makefile.am +++ b/htdocs/Makefile.am @@ -29,6 +29,7 @@ jsdir = $(DESTDIR)$(HTDOCSDIR) nobase_js_DATA = $(JS) install-data-local: + $(MKDIR) -p $(DESTDIR)$(HTDOCSDIR) $(ECHO) "#!/bin/sh" > $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist $(ECHO) "$(prefix)/bin/smokeping_cgi $(prefix)/etc/config" >> $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist chmod +x $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist |