conn

A script repository to manage connections in Linux.
git clone git://r-36.net/conn
Log | Files | Refs | LICENSE

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