Merge pull request #62 from dopsi/master
authorMichael Göhler <somebody.here@gmx.de>
Mon, 24 Nov 2014 17:48:01 +0000 (18:48 +0100)
committerMichael Göhler <somebody.here@gmx.de>
Mon, 24 Nov 2014 17:48:01 +0000 (18:48 +0100)
Correction of include path for CrunchBang (Debian derivative)

src/Makefile

index 333ed8d..fd31fd8 100644 (file)
@@ -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