fix buggy cleancache

This commit is contained in:
Natanael Copa 2008-11-06 14:43:45 +00:00
parent 04738df3a7
commit b09c15b791
1 changed files with 1 additions and 1 deletions

2
abuild
View File

@ -148,7 +148,7 @@ cleancache() {
for s in $source; do
case "$s" in
http:/*|ftp:/*)
rm -f "$SRCDIR/$(basename $s)";;
rm -f "$SRCDEST/$(basename $s)";;
esac
done
}