blob: eb81ecaba532157ca1f3b5c8ac8bc65240de81ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
$NetBSD: patch-aa,v 1.24 2011/08/24 17:56:50 tron Exp $
Install configuration files into examples directory.
--- tools/Makefile.in.orig 2011-08-17 12:15:27.000000000 +0100
+++ tools/Makefile.in 2011-08-24 18:46:44.000000000 +0100
@@ -192,7 +192,7 @@
EXTRA_DIST = ca.html ca.pl importCA.html importCA.sh script.sh \
stunnel.spec stunnel.cnf stunnel.nsi stunnel.license stunnel.conf
-confdir = $(sysconfdir)/stunnel
+confdir = $(datadir)/examples/stunnel
conf_DATA = stunnel.conf-sample
examplesdir = $(docdir)/examples
examples_DATA = ca.html ca.pl importCA.html importCA.sh script.sh \
@@ -373,7 +373,7 @@
info-am:
-install-data-am: install-confDATA install-data-local \
+install-data-am: install-confDATA \
install-examplesDATA
install-dvi: install-dvi-am
|