From 5d69f877e718af1672b43f4423aa629345f2d38b Mon Sep 17 00:00:00 2001 From: Daniel Bainton Date: Tue, 1 Apr 2014 11:20:11 +0100 Subject: [PATCH] Revert ".cache is a directory" This reverts commit 378f2030870d9a42130e5ff69d7a5811d807c7f0. .cache is just a file in mkbuild --- build/mk.3rdparty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/mk.3rdparty b/build/mk.3rdparty index 4f9af13..87eec5a 100644 --- a/build/mk.3rdparty +++ b/build/mk.3rdparty @@ -26,7 +26,7 @@ install:QV: all fi clean:QV: - rm -rf .cache + rm -f .cache if test -d $src; then cd $src env -i PATH="$PATH" mkbuild="$mkbuild" mk -f $mkfile clean