Log gph Files gph Refs gph
Found at: gopher.r-36.net:70/scm/conn/commit/e5170835638b8e9ebfb2a24e712336e90aea4a68.gph
Some PREFIX convenience. - conn - A script repository to manage connections in Linux.
---
commit e5170835638b8e9ebfb2a24e712336e90aea4a68
parent 9fbdc7b1fc60b503cf7ddcae617dea0995d744b5
Author: Christoph Lohmann <20h@r-36.net>
Date: Fri, 25 Mar 2011 18:00:06 +0100
Some PREFIX convenience.
Diffstat:
config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/config.mk b/config.mk
@@ -4,6 +4,6 @@ VERSION = 0.3
# Customize below to fit your system
# paths
-PREFIX = /usr
+PREFIX ?= /usr
MANPREFIX = ${PREFIX}/share/man
.