create-mkspec.sh: Fix SUBPACKAGES selection

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2018-09-05 08:23:38 +00:00
commit 1a27f6ecf5

View file

@ -100,7 +100,7 @@ _cat << EOT
EOT EOT
# -- scripts # -- scripts
for p in `$SUBPACKAGES`; do for p in $SUBPACKAGES; do
for stage in pre preun post postun; do for stage in pre preun post postun; do
echo "================= processing stage $stage: cfg_section pkg.$p.$stage" >&2 echo "================= processing stage $stage: cfg_section pkg.$p.$stage" >&2
cfg_section pkg.$p.$stage >&2 cfg_section pkg.$p.$stage >&2