morpheus

suckless linux distro
git clone git://git.2f30.org/morpheus
Log | Files | Refs | Submodules | README | LICENSE

commit 5d69f877e718af1672b43f4423aa629345f2d38b
parent 34ba57809574aa10a627bc4a7cf48773f3546004
Author: Daniel Bainton <dpb@driftaway.org>
Date:   Tue,  1 Apr 2014 11:20:11 +0100

Revert ".cache is a directory"

This reverts commit 378f2030870d9a42130e5ff69d7a5811d807c7f0.

.cache is just a file in mkbuild

Diffstat:
Mbuild/mk.3rdparty | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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