morpheus

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

commit 14903be1bddf3b52ed30737f23701284492ea6ab
parent 810d1733aa9e8c95ed2b04d7124e77ac195a873c
Author: Daniel Bainton <dpb@driftaway.org>
Date:   Sat, 29 Mar 2014 11:33:33 +0000

mkdir the src path

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

diff --git a/build/mk.3rdparty b/build/mk.3rdparty @@ -4,6 +4,7 @@ all:QV: build build:QV: fetch + mkdir -p $src cd $src if test "${targ}" != ""; then env -i PATH="$PATH" mkbuild="$mkbuild" TARG="${targ}" mk -f $mkfile