diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-12-31 15:54:59 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-12-31 15:54:59 +0000 |
commit | 4690fe503867c850412a3329f941bc9db7819044 (patch) | |
tree | 90ceca39178c3528ba7ec02fcf2083eed939dbf4 /rules.mk | |
parent | 05b3065d84f7a48f7658fbe6f4a438c03414430d (diff) | |
download | upstream-4690fe503867c850412a3329f941bc9db7819044.tar.gz upstream-4690fe503867c850412a3329f941bc9db7819044.tar.bz2 upstream-4690fe503867c850412a3329f941bc9db7819044.zip |
Add an install rule for configuration files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5946 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'rules.mk')
-rw-r--r-- | rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |