morpheus

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

commit 817a34ef0b881b1c9a2afac5a9d9fa301e9f6cdf
parent d8f16181cfeb0735a608a96e778516fc7884cc0b
Author: Daniel Bainton <dpb@driftaway.org>
Date:   Mon, 10 Mar 2014 13:52:48 +0000

Move config.mk to config.def.mk

When using mk, cp config.def.mk to config.mk if it doesn't exist.

Easier to pull changes to the tree, when config.mk doesn't all the time
complain about changes.

Diffstat:
Rconfig.mk -> config.def.mk | 0
Mmkfile | 1+
2 files changed, 1 insertion(+), 0 deletions(-)

diff --git a/config.mk b/config.def.mk diff --git a/mkfile b/mkfile @@ -1,4 +1,5 @@ top = `{pwd} +`{ test -e config.mk || cp config.def.mk config.mk } <config.mk allpkgs = `{ls -d pkgs/*}