morpheus

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

commit d6587db00b2b641c4fa7beb9156ae69e69c5d740
parent 7fd7dd367849062ce7539ede2392b34fd1d4c678
Author: sin <sin@2f30.org>
Date:   Tue, 18 Feb 2014 14:28:49 +0000

Clean before building aewm

Diffstat:
Mpkgs/aewm | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/pkgs/aewm b/pkgs/aewm @@ -12,6 +12,7 @@ unpack() { build() { cd src/aewm-1.2.7 + make clean make CC=x86_64-linux-musl-gcc DESTDIR=$root BINDIR=/bin \ INCLUDES="-I../lib -I$libcroot/include" LDPATH="-L$libcroot/lib -static" || return 1 cd -