Some PREFIX convenience. - conn - A script repository to manage connections in Linux.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit e5170835638b8e9ebfb2a24e712336e90aea4a68
(DIR) parent 9fbdc7b1fc60b503cf7ddcae617dea0995d744b5
(HTM) 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(-)
---
(DIR) 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