2007-03-19 16:12:10 by steve
BUGFIX: Correctly call chroot() when trying to clean the YUM repository.
This commit is contained in:
parent
989cccc359
commit
421eae9694
@ -36,7 +36,7 @@ find ${prefix}/ -name '*.rpmnew' -exec rm -f \{\} \;
|
||||
# Clean yum
|
||||
#
|
||||
logMessage Cleaning Yum Repository
|
||||
chroot ${prefix}/usr/bin/yum clean all
|
||||
chroot ${prefix} /usr/bin/yum clean all
|
||||
|
||||
#
|
||||
# Log our finish
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user