summaryrefslogtreecommitdiffstats
path: root/scripts/buildinstall
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2007-02-15 15:55:15 +0000
committerDavid Cantrell <dcantrell@redhat.com>2007-02-15 15:55:15 +0000
commit076211aa35831ec737238355efde2e63b97dbadb (patch)
tree2072e08ec927b90d66d9d4531b14784fceb7afbb /scripts/buildinstall
parent0a5581d524a1e006ffa84351bc03fe5d6a71e4d4 (diff)
downloadanaconda-076211aa35831ec737238355efde2e63b97dbadb.tar.gz
anaconda-076211aa35831ec737238355efde2e63b97dbadb.tar.xz
anaconda-076211aa35831ec737238355efde2e63b97dbadb.zip
* anaconda.spec: Patch for createrepo >= 0.4.7 (jkeating).
* scripts/buildinstall: Likewise.
Diffstat (limited to 'scripts/buildinstall')
-rwxr-xr-xscripts/buildinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildinstall b/scripts/buildinstall
index 6240a7e25..cf53f5441 100755
--- a/scripts/buildinstall
+++ b/scripts/buildinstall
@@ -134,7 +134,7 @@ echo "Building images..."
$UPD_INSTROOT $DEBUGSTR $NOGRSTR $PKGDIR $TREEDIR/image-template $TREEDIR/instimage
echo "Creating repository metadata..."
-createrepo -g $PRODUCTPATH/base/comps.xml -q $p
+createrepo -d -g $PRODUCTPATH/base/comps.xml -q $p
if [ -n "$PKGORDER" ]; then
echo "Getting package order..."