From ba8ffb4920111ce7e0e90cf4d2afa37bbafbef36 Mon Sep 17 00:00:00 2001 From: Christophe de Dinechin Date: Fri, 26 Nov 2021 17:14:09 +0100 Subject: [PATCH] install: Install configuration files as data Signed-off-by: Christophe de Dinechin --- NEWS | 2 +- config.gnu.mk | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a685374..a554534 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ v0.3.1 Release v0.3.1: Configure variable name changes - Rename 'configure' arguments as `CONFIGURE.foo` instead of `IGNORED_FOO` - - Do not install headers, pkgconfig or license with executable flag + - Do not install headers, config, pkgconfig or license with executable flag v0.3.0 Release 0.3.0: Variable name changes diff --git a/config.gnu.mk b/config.gnu.mk index c7d7a19..8d98ee0 100644 --- a/config.gnu.mk +++ b/config.gnu.mk @@ -55,6 +55,7 @@ INSTALL.lib= $(INSTALL) INSTALL.man= $(INSTALL.data) INSTALL.doc= $(INSTALL.data) INSTALL.etc= $(INSTALL.data) +INSTALL.config= $(INSTALL.data) INSTALL.pkgconfig=$(INSTALL.data) INSTALL.license=$(INSTALL.data) UNINSTALL= /bin/rm -f