From 9f37b7dc085c94adb5e95d7fc50a979102880ea1 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Fri, 26 May 2006 15:28:37 +0000 Subject: [PATCH] - run createrepo with the correct -g option --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0