Changing config.mk to standard suckless behaviour. - tthingmenu - A simple graphical menu launcher for X11. | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit d8eb104a4ebbb9b4b7947b13705332798f8dfb25 | |
parent 1055c15ee9a299f0e496c39532e80bb8ed722dea | |
Author: Christoph Lohmann <20h@r-36.net> | |
Date: Sun, 5 Feb 2012 12:41:19 +0100 Changing config.mk to standard suckless behaviour. Diffstat: config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- | |
diff --git a/config.mk b/config.mk | |
@@ -5,7 +5,7 @@ VERSION = 0.8 # Customize below to fit your system # paths -PREFIX ?= /usr/local +PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man X11INC = /usr/X11R6/include |