summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-11-28 08:11:51 (GMT)
committerGitHub <noreply@github.com>2018-11-28 08:11:51 (GMT)
commit951afda5088f202eead14e3ae281f234b160af0b (patch)
tree6b6b9c42514e17755654a07de8c95f1fef7aeb4c /bootstrap
parent5256e4768fde1bf20ffa459f5d4bd576c99ac375 (diff)
parent3834a7b46918ac5f3a60cc2c602247794f8c9d61 (diff)
Merge pull request #1101 from stilor/install-fixes
Install fixes
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap7
1 files changed, 1 insertions, 6 deletions
diff --git a/bootstrap b/bootstrap
index 2d398e1..c55c3e2 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
;;