1
0
mirror of synced 2026-01-21 01:48:09 +00:00

2007-03-19 16:12:10 by steve

BUGFIX:  Correctly call chroot() when trying to clean the YUM repository.
This commit is contained in:
steve 2007-03-19 16:12:10 +00:00
parent 989cccc359
commit 421eae9694

View File

@ -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