diff --git a/hooks/centos4/99-clean-image b/hooks/centos4/99-clean-image index 3df2491..c068a94 100755 --- a/hooks/centos4/99-clean-image +++ b/hooks/centos4/99-clean-image @@ -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