git.annexia.org
/
febootstrap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
346a893
)
Delete febootstrap-updates cache (viliar.net.ru).
author
Richard Jones
<rjones@redhat.com>
Sun, 24 May 2009 18:20:15 +0000
(19:20 +0100)
committer
Richard Jones
<rjones@redhat.com>
Sun, 24 May 2009 18:20:15 +0000
(19:20 +0100)
febootstrap.sh
patch
|
blob
|
history
diff --git
a/febootstrap.sh
b/febootstrap.sh
index
48b8fd9
..
67687e5
100755
(executable)
--- a/
febootstrap.sh
+++ b/
febootstrap.sh
@@
-239,6
+239,8
@@
else
fi
# Clean up the yum repository.
+# XXX We shouldn't just rm files.
if [ "$clean" = "yes" ]; then
rm -rf "$target"/var/cache/yum/febootstrap
+ rm -rf "$target"/var/cache/yum/febootstrap-updates
fi