summaryrefslogtreecommitdiffstats
path: root/scripts/buildinstall
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/buildinstall')
-rwxr-xr-xscripts/buildinstall4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/buildinstall b/scripts/buildinstall
index f8ed7f07f..dcbe9da21 100755
--- a/scripts/buildinstall
+++ b/scripts/buildinstall
@@ -153,9 +153,9 @@ fi
echo "Creating repository metadata..."
if [ -x /usr/bin/runroot ]; then
- runroot $COMPNAME --onlyone --arch $BUILDARCH "createrepo $p"
+ runroot $COMPNAME --onlyone --arch $BUILDARCH "createrepo -q -g $PRODUCTPATH/base/comps.xml $p"
else
- createrepo $p
+ createrepo -q -g $PRODUCTPATH/base/comps.xml $p
fi
if [ -n "$PKGORDER" ]; then