mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
create-mkspec.sh: Fix SUBPACKAGES selection
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
a87704025a
commit
1a27f6ecf5
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ _cat << EOT
|
|||
EOT
|
||||
|
||||
# -- scripts
|
||||
for p in `$SUBPACKAGES`; do
|
||||
for p in $SUBPACKAGES; 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue