From 71d85c9e16a040301b7d19c610175caf1ecee9cd Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Mon, 26 Nov 2018 23:50:47 -0800 Subject: Include testing/ into the release. Signed-off-by: Alexey Neyman --- bootstrap | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 2d398e13..c55c3e22 100755 --- a/bootstrap +++ b/bootstrap @@ -745,12 +745,7 @@ msg "*** Gathering the list of data files to install" find COPYING config contrib licenses.d packages samples scripts -type f | LANG=C sort | while read f; do # Implement some kind of .installignore for these files? case "${f}" in - # Skip certain files not needed at runtime (used above for generating kconfig - # fragments). - packages/*.help | packages/*.desc) - continue - ;; - # And, some file automake insists we must have + # And, some files automake insists we must have scripts/compile | scripts/missing | scripts/depcomp | scripts/ltmain.sh | scripts/install-sh) continue ;; -- cgit v1.2.3