Xinqi Bao's Git
projects
/
slock.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
Use argv0 instead of passing "slock:" to die every time
[slock.git]
/
config.mk
diff --git
a/config.mk
b/config.mk
index
44e41c6
..
f93879e
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-1,10
+1,11
@@
# slock version
-VERSION = 1.
2
+VERSION = 1.
3
# Customize below to fit your system
# paths
PREFIX = /usr/local
+MANPREFIX = ${PREFIX}/share/man
X11INC = /usr/X11R6/include
X11LIB = /usr/X11R6/lib