mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
create-mkspec.sh: Add missing stage pre to create-mkspec.sh
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
468df66a61
commit
94e7bff14e
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ EOT
|
|||
|
||||
# -- scripts
|
||||
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
|
||||
cfg_section pkg.$p.$stage >&2
|
||||
cfg_section pkg.$p.$stage | grep -q . && {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue