From 15d1724bd1983e25cad85cc57fd5bb3e4cda22b8 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Tue, 27 Nov 2018 14:27:24 -0800 Subject: Do not distribute paths.sh Fixes #1100. Signed-off-by: Alexey Neyman --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 2f76975a..7bc5042c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,8 @@ endif man1_MANS = docs/ct-ng.1 # paths.sh generated by configure -nobase_dist_pkgdata_DATA = $(verbatim_data) paths.sh +nobase_dist_pkgdata_DATA = $(verbatim_data) +nobase_nodist_pkgdata_DATA = paths.sh # ct-ng, as renamed by the installation ctng_progname = `echo ct-ng | sed '$(transform)'` -- cgit v1.2.3