config: fix wrong variable name
Gbp-Dch: Ignore
This commit is contained in:
parent
a72e7daaf7
commit
2c1af527fd
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user