config: fix wrong variable name

Gbp-Dch: Ignore
This commit is contained in:
Lyndon Brown 2020-04-28 18:43:17 +01:00 committed by Raphaël Hertzog
parent a72e7daaf7
commit 2c1af527fd
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Get_conffiles ()
for FILE in "${@}"; do
FILES="${FILES} ${FILE}"
FILES="${FILES} ${LB_ARCHITECTURE:+$FILE.$LB_ARCHITECTURE}"
FILES="${FILES} ${DISTRIBUTION:+$FILE.$DISTRIBUTION}"
FILES="${FILES} ${LB_DISTRIBUTION:+$FILE.$LB_DISTRIBUTION}"
done
fi