summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xabuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/abuild b/abuild
index 4e6830d..11ed0b1 100755
--- a/abuild
+++ b/abuild
@@ -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
}