From d39bf6b0606d94684266bdfe68be928a68e3460f Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 7 Mar 2013 17:25:09 +0100 Subject: [PATCH] makedist.inc.sh: use new internal makedist function to use pkggroups.db from target chroot instead of makedist host --- makedist.inc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/makedist.inc.sh b/makedist.inc.sh index b8c63fd..2478de7 100644 --- a/makedist.inc.sh +++ b/makedist.inc.sh @@ -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