From ca85c8646f6d5c29e396d151711a23161f5ff2c2 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Mon, 10 Jul 2006 20:45:14 +0000 Subject: [PATCH] - fix typo --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index eed21a9..5cf4a4f 100755 --- a/build.sh +++ b/build.sh @@ -129,10 +129,10 @@ EOF yum -c yum.conf --installroot=$CD_ROOT -y groupinstall $BOOTCD_YUM_GROUP # Clean yum cache - yum -c yum.conf --installroot=$VROOT -y clean all + yum -c yum.conf --installroot=$CD_ROOT -y clean all # Remove stale RPM locks - rm -f $VROOT/var/lib/rpm/__db* + rm -f $CD_ROOT/var/lib/rpm/__db* # Retrieve all of the packagereq declarations in the BootCD group of the yumgroups.xml file echo "checking to make sure rpms were installed" -- 2.43.0