wmsl

Block-based window manager status line
git clone https://git.sinitax.com/sinitax/wmsl
Log | Files | Refs | README | LICENSE | sfeed.txt

commit 56ed910a7897a47352e9232e357b0f4305a762db
parent 6fa178d5f755086c9b20ace5f2ac0ad8f70976ef
Author: Louis Burda <quent.burda@gmail.com>
Date:   Sun, 21 Mar 2021 12:24:55 +0100

Fix Makefile DESTDIR changes

Diffstat:
MMakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,7 +1,7 @@ CFLAGS = -I. LDLIBS = -lX11 -lm -DESTDIR = $(or $(DESTDIR),/) -BINDIR = $(or $(BINDIR),usr/bin/) +DESTDIR ?= / +BINDIR ?= /usr/bin all: wmsl sigwmsl