summaryrefslogtreecommitdiff
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
parent5e943d3e63bf46115dd3eb9604c20c8cc260a337 (diff)
downloadfileserv-45624802b3b7ef8cfbfde9e773c2bf3bf0bf9a6b.tar.gz
fileserv-45624802b3b7ef8cfbfde9e773c2bf3bf0bf9a6b.tar.bz2
Minor fixesv0.3
-rw-r--r--Makefile.am1
-rw-r--r--src/Makefile.am2
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index fca9e2e..7d86aaf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,2 +1,3 @@
EXTRA_DIST=README
SUBDIRS = mimetypes src
+distuninstallcheck_listfiles = find . -type f -not -name 'fileserv.conf' -print
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.