projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05b3065
)
Add an install rule for configuration files
author
Florian Fainelli
<florian@openwrt.org>
Sun, 31 Dec 2006 15:54:59 +0000
(15:54 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 31 Dec 2006 15:54:59 +0000
(15:54 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5946
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
rules.mk
patch
|
blob
|
history
diff --git
a/rules.mk
b/rules.mk
index
ac2ea78
..
63fddbb
100644
(file)
--- 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