aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/configure.local.example
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-03-04 16:36:29 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-03-04 16:36:29 +0000
commit4dd8e4dab8c577e7d1e8319f40531c12dad30148 (patch)
treee8c3e51cbc2d2b3d2cb5a28b1a7ccbe6df888e08 /configure.local.example
parente4d6fbbf5e5ae5de1339af0dfa089cdf65abb5d9 (diff)
downloadmandoc-4dd8e4dab8c577e7d1e8319f40531c12dad30148.tar.gz
mandoc-4dd8e4dab8c577e7d1e8319f40531c12dad30148.tar.zst
mandoc-4dd8e4dab8c577e7d1e8319f40531c12dad30148.zip
Debian needs relative symlinks not only for manual pages,
but also for program files. Issue reported by Michael <Stapelberg at debian dot org> and by Markus <Waldeck at gmx dot de>.
Diffstat (limited to 'configure.local.example')
-rw-r--r--configure.local.example9
1 files changed, 8 insertions, 1 deletions
diff --git a/configure.local.example b/configure.local.example
index 365c700c..41385a95 100644
--- a/configure.local.example
+++ b/configure.local.example
@@ -1,4 +1,4 @@
-# $Id: configure.local.example,v 1.29 2017/02/18 12:24:24 schwarze Exp $
+# $Id: configure.local.example,v 1.30 2017/03/04 16:36:29 schwarze Exp $
#
# Copyright (c) 2014, 2015, 2016, 2017 Ingo Schwarze <schwarze@openbsd.org>
#
@@ -85,6 +85,13 @@ BINDIR="${PREFIX}/bin"
SBINDIR="${PREFIX}/sbin"
MANDIR="${PREFIX}/man"
+# If BINDIR and SBINDIR are not subdirectories of the same parent
+# directory or if the basename(1) of BINDIR differs from "bin",
+# the relative path from SBINDIR to BINDIR is also needed.
+# The default is:
+
+BIN_FROM_SBIN="../bin"
+
# Some distributions may want to avoid naming conflicts
# with the configuration files of other man(1) implementations.
# This changes the name of the installed section 5 manual page as well.