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
204b09363f
commit
d39bf6b060
@ -97,6 +97,7 @@ if [ ! "$KERNEL_IGNORE" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$APPLICATION_TARGET" ]; then
|
if [ "$APPLICATION_TARGET" ]; then
|
||||||
|
add_additional_defs_file /usr/share/openmamba/pkggroups.db
|
||||||
for t in $APPLICATION_TARGET; do
|
for t in $APPLICATION_TARGET; do
|
||||||
install_rpms_by_target "Installing $t application packages." "$t" "${RPMEXTRAARGS}"
|
install_rpms_by_target "Installing $t application packages." "$t" "${RPMEXTRAARGS}"
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user