From: Florian Fainelli Date: Sun, 31 Dec 2006 15:54:59 +0000 (+0000) Subject: Add an install rule for configuration files X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9f048d5ac7d85f66f044e45a54824ba386446a50;p=openwrt%2Fstaging%2Fthess.git Add an install rule for configuration files SVN-Revision: 5946 --- diff --git a/rules.mk b/rules.mk index ac2ea78fea..63fddbb8e7 100644 --- a/rules.mk +++ b/rules.mk @@ -61,6 +61,7 @@ CP:=cp -fpR INSTALL_BIN:=install -m0755 INSTALL_DIR:=install -d -m0755 INSTALL_DATA:=install -m0644 +INSTALL_CONF:=install -m0600 ifneq ($(CONFIG_CCACHE),) # FIXME: move this variable to a better location