summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-04-21 20:56:48 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-04-21 20:56:48 +0300
commit45624802b3b7ef8cfbfde9e773c2bf3bf0bf9a6b (patch)
tree7d8fca1b64bc66fcd092be0435ccdffbc266a04b /src
parent5e943d3e63bf46115dd3eb9604c20c8cc260a337 (diff)
downloadfileserv-45624802b3b7ef8cfbfde9e773c2bf3bf0bf9a6b.tar.gz
fileserv-45624802b3b7ef8cfbfde9e773c2bf3bf0bf9a6b.tar.bz2
Minor fixesv0.3
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e943d6c..dcefc04 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,6 +16,6 @@ EXTRA_DIST=ftoc.sed defidx.html fileserv.conf
install-data-local:
@if [ ! -r $(DESTDIR)$(sysconfdir)/fileserv.conf ]; then :; \
test -z "$(DESTDIR)$(sysconfdir)" || $(mkdir_p) "$(DESTDIR)$(sysconfdir)"; \
- ${INSTALL} -m 644 fileserv.conf \
+ ${INSTALL} -m 644 $(abs_srcdir)/fileserv.conf \
$(DESTDIR)$(sysconfdir)/fileserv.conf; \
fi

Return to:

Send suggestions and report system problems to the System administrator.