morpheus

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

commit 07ebd808c5300ff48a7f633c81fff4a6423fb8ac
parent c320fbc0dce4c6af87dbe2c734edd6c779fe4ea3
Author: sin <sin@2f30.org>
Date:   Sat,  1 Mar 2014 21:00:56 +0000

Visually separate packages with a newline in pkgs.mk

Diffstat:
Mmkfile | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mkfile b/mkfile @@ -32,7 +32,8 @@ fetch-all fetch-world:VQ: ${fetchpkgs} sed -e "s, url=, _${pkg}_url=,g" |\ sed -e "s,\$git,\${_${pkg}_git},g" |\ sed -e "s,^git=,_${pkg}_git=," |\ - sed -e "s,^url=,_${pkg}_url=," >> ../pkgs.mk; done } + sed -e "s,^url=,_${pkg}_url=," >> ../pkgs.mk; \ + echo >> ../pkgs.mk; done } <pkgs.mk