7ee30bc5c6
see http://www.sympa.org/distribution/latest-stable/NEWS for a list of the fixes.
14 lines
581 B
Plaintext
14 lines
581 B
Plaintext
$OpenBSD: patch-doc_man8_Makefile_in,v 1.2 2011/08/16 10:06:58 landry Exp $
|
|
subst correct path to config file
|
|
--- doc/man8/Makefile.in.orig Wed Jul 20 18:37:46 2011
|
|
+++ doc/man8/Makefile.in Sun Aug 7 11:37:43 2011
|
|
@@ -378,7 +378,7 @@ archived.pod bounced.pod alias_manager.pod: Makefile
|
|
$(AM_V_GEN)$(SED) \
|
|
-e 's|--piddir--|$(piddir)|' \
|
|
-e 's|--libexecdir--|$(libexecdir)|' \
|
|
- -e 's|--sysconfdir--|$(sysconfdir)|' \
|
|
+ -e 's|--sysconfdir--|$(confdir)|' \
|
|
-e 's|--defaultdir--|$(defaultdir)|' \
|
|
-e 's|--spooldir--|$(spooldir)|' \
|
|
-e 's|--docdir--|$(docdir)|' \
|