X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=febootstrap.sh;h=6b46ed4cdeae682a9ed859e7630f9ceb67e1dc64;hb=fd8f894830080d466e97b334f8c462dbc8e8baf3;hp=48b8fd9179620445962608b4d80e56822897fd84;hpb=2536674e8ad5c2ffd32336141154cefa5140632e;p=febootstrap.git diff --git a/febootstrap.sh b/febootstrap.sh index 48b8fd9..6b46ed4 100755 --- a/febootstrap.sh +++ b/febootstrap.sh @@ -240,5 +240,6 @@ fi # Clean up the yum repository. if [ "$clean" = "yes" ]; then - rm -rf "$target"/var/cache/yum/febootstrap + febootstrap-run "$target" -- rm -rf /var/cache/yum/febootstrap + febootstrap-run "$target" -- rm -rf /var/cache/yum/febootstrap-updates fi