morpheus

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

commit 96ab54a4effadf9512681764a12bda8e7169e521
parent 0d0f86b869c8bb7b3790cc31284ac0aaf5a893c7
Author: sin <sin@2f30.org>
Date:   Tue, 17 Sep 2013 15:20:26 +0100

Add patch() target

Diffstat:
Mbuild | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/build b/build @@ -10,6 +10,10 @@ unpack() { return } +patch() { + return +} + build() { return } @@ -22,6 +26,7 @@ install() { ( fetch unpack + patch build install )