makedist.inc.sh: use new internal makedist function to use pkggroups.db from target chroot instead of makedist host
This commit is contained in:
parent
0f06c03062
commit
3c5aff4269
@ -97,6 +97,7 @@ if [ ! "$KERNEL_IGNORE" ]; then
|
||||
fi
|
||||
|
||||
if [ "$APPLICATION_TARGET" ]; then
|
||||
add_additional_defs_file /usr/share/openmamba/pkggroups.db
|
||||
for t in $APPLICATION_TARGET; do
|
||||
install_rpms_by_target "Installing $t application packages." "$t" "${RPMEXTRAARGS}"
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user