From 41ecaf14d666a9d9bf26427b7b164b2bf12de8e1 Mon Sep 17 00:00:00 2001 From: Simon Doppler Date: Mon, 24 Nov 2014 15:20:08 +0100 Subject: [PATCH] Correction of include path for CrunchBang (Debian derivative) --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 333ed8d..fd31fd8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -38,7 +38,7 @@ endif ifeq ($(UNAME_S),Linux) LSB_RELEASE := $(shell lsb_release -si 2>/dev/null || echo not) - ifneq ($(filter $(LSB_RELEASE),Debian Ubuntu LinuxMint),) + ifneq ($(filter $(LSB_RELEASE),Debian Ubuntu LinuxMint CrunchBang),) CPPFLAGS += -I/usr/include/ncursesw endif endif -- 2.20.1