1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-16 13:28:35 +00:00

Revert ".cache is a directory"

This reverts commit 378f2030870d9a42130e5ff69d7a5811d807c7f0.

.cache is just a file in mkbuild
This commit is contained in:
Daniel Bainton 2014-04-01 11:20:11 +01:00
parent 34ba578095
commit 5d69f877e7

@ -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