17 lines
588 B
Plaintext
17 lines
588 B
Plaintext
$NetBSD: patch-etc_Makefile,v 1.3 2016/07/01 17:02:39 fhajny Exp $
|
|
|
|
Install config file examples properly.
|
|
--- etc/Makefile.orig 2016-01-28 19:28:21.000000000 +0000
|
|
+++ etc/Makefile
|
|
@@ -3,8 +3,8 @@ top_builddir = ..
|
|
include ../config.mk
|
|
|
|
install:
|
|
- $(MKINSTALLDIRS) $(sysconfdir)/$(SQLRELAY).conf.d
|
|
- $(CP) sqlrelay.xsd $(sysconfdir)/$(SQLRELAY).xsd
|
|
+ $(MKINSTALLDIRS) $(EXAMPLEDIR)/$(SQLRELAY).conf.d
|
|
+ $(CP) sqlrelay.xsd $(EXAMPLEDIR)/$(SQLRELAY).xsd
|
|
$(MKINSTALLDIRS) $(EXAMPLEDIR)
|
|
$(CP) sqlrelay.conf $(EXAMPLEDIR)/$(SQLRELAY).conf
|
|
$(CHMOD) 644 $(EXAMPLEDIR)/$(SQLRELAY).conf
|