From 4b33c85df1268d29cec346d24412ee59ad564a64 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Fri, 3 Jun 2011 00:32:04 -0600 Subject: [PATCH] Translation: Omit templates/generic 'tempate template' from install --- errors/template.list | 3 +-- scripts/source-maintenance.sh | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/errors/template.list b/errors/template.list index 811d568706..f99141550e 100644 --- a/errors/template.list +++ b/errors/template.list @@ -38,5 +38,4 @@ ERROR_TEMPLATES= \ templates/ERR_UNSUP_REQ \ templates/ERR_URN_RESOLVE \ templates/ERR_WRITE_ERROR \ - templates/ERR_ZERO_SIZE_OBJECT \ - templates/generic + templates/ERR_ZERO_SIZE_OBJECT diff --git a/scripts/source-maintenance.sh b/scripts/source-maintenance.sh index 22998d17ec..890f17319b 100755 --- a/scripts/source-maintenance.sh +++ b/scripts/source-maintenance.sh @@ -141,7 +141,7 @@ echo " " # Build templates install include from current templates available ( echo -n "ERROR_TEMPLATES=" -for f in `ls -1 ${ROOT}/errors/templates/*` +for f in `ls -1 ${ROOT}/errors/templates/ERR_*` do echo " \\" echo -n " ${f}" -- 2.47.2