diff options
author | Aaron Marcher <me@drkhsh.at> | 2017-12-03 01:40:38 +0100 |
---|---|---|
committer | Aaron Marcher <me@drkhsh.at> | 2017-12-03 01:40:38 +0100 |
commit | 163bec54be093df393368c00d92227608312c295 (patch) | |
tree | 1f5283b742c10d93abbbb8de8e2f507ef9b53392 /config.mk | |
parent | 41c2106bad680268e4912deac4ab3924b31d3229 (diff) |
Small fixes in config.mk
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ # slstatus version VERSION = 0 -# Customize below to fit your system +# customize below to fit your system -#paths +# paths PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man |