morpheus

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

commit 00e7ecbdfae4b4dc51cb66b328f8fe55f7e4e96c
parent 5908cd0ac330b20d12669a78f9cf0eb4c3f7fd8f
Author: sin <sin@2f30.org>
Date:   Thu, 26 Sep 2013 20:41:09 +0100

Delete root on rebuild

Diffstat:
Mstage0 | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stage0 b/stage0 @@ -10,7 +10,7 @@ if [ $(uname -m) != $arch ]; then exit 1 fi -rm -rf morpheus.log +rm -rf root morpheus.log . ./prepare-root mkdir -p src