morpheus

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

commit 3b451988cf36ec50ca48f679fcfd42a2ba31b81b
parent a91a4cbc7a28973652117e4785add4773e5af5d6
Author: sin <sin@2f30.org>
Date:   Wed, 19 Feb 2014 16:18:52 +0000

Blah

Diffstat:
Mpkgs/tinyalsa | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkgs/tinyalsa b/pkgs/tinyalsa @@ -12,7 +12,7 @@ unpack() { build() { cd src/tinyalsa - make clean + make clean 2>/dev/null make CC=x86_64-linux-musl-gcc LDFLAGS="-static" || return 1 cd - }