2007-03-19 16:12:51 by steve
BUGFIX: Correctly call "chroot /blah yum update".
This commit is contained in:
@@ -44,7 +44,7 @@ perl -pi.bak -e 's/\$releasever/4/g' ${prefix}/etc/yum.repos.d/*.repo
|
||||
#
|
||||
# Update yum
|
||||
#
|
||||
chroot ${prefix}/usr/bin/yum update
|
||||
chroot ${prefix} /usr/bin/yum update
|
||||
|
||||
#
|
||||
# Log our finish
|
||||
|
||||
Reference in New Issue
Block a user