X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=build.sh;h=194c74722ccffb66282fadb6ac389a47031413b1;hb=9f37b7dc085c94adb5e95d7fc50a979102880ea1;hp=472cd1368f1dc17124eb8ee2dd3a12c47e938343;hpb=9f3015d28f2cf5907c603197818769b9f758b205;p=bootcd.git diff --git a/build.sh b/build.sh index 472cd13..194c747 100755 --- a/build.sh +++ b/build.sh @@ -111,7 +111,7 @@ EOF # system. if [ -n "$RPM_BUILD_DIR" ] ; then yum-arch $(dirname $RPM_BUILD_DIR)/RPMS - createrepo $(dirname $RPM_BUILD_DIR)/RPMS || : + createrepo -g yumgroups.xml $(dirname $RPM_BUILD_DIR)/RPMS || : # If run under sudo, allow user to delete the headers/ and # repodata/ directories. if [ -n "$SUDO_USER" ] ; then