create-mkspec.sh: Add missing stage pre to create-mkspec.sh

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2017-06-25 17:16:24 +00:00
commit 94e7bff14e

View file

@ -92,7 +92,7 @@ EOT
# -- scripts # -- scripts
for p in `cfg_value global.subpackages`; do for p in `cfg_value global.subpackages`; do
for stage in 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
cfg_section pkg.$p.$stage | grep -q . && { cfg_section pkg.$p.$stage | grep -q . && {