projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cd10f0
)
/etc/config/* should use INSTALL_DATA
author
Tim Yardley
<lst@openwrt.org>
Thu, 4 Jan 2007 16:51:41 +0000
(16:51 +0000)
committer
Tim Yardley
<lst@openwrt.org>
Thu, 4 Jan 2007 16:51:41 +0000
(16:51 +0000)
SVN-Revision: 5976
package/dropbear/Makefile
patch
|
blob
|
history
diff --git
a/package/dropbear/Makefile
b/package/dropbear/Makefile
index 26a7616e996d1cd030f85c03ecfdb1973851a6c0..9dba9f4a7c3325f513da0c40d864ad987ead664c 100644
(file)
--- a/
package/dropbear/Makefile
+++ b/
package/dropbear/Makefile
@@
-106,7
+106,7
@@
define Package/dropbear/install
ln -sf ../sbin/dropbear $(1)/usr/bin/dbclient
ln -sf ../sbin/dropbear $(1)/usr/bin/dropbearkey
$(INSTALL_DIR) $(1)/etc/config
- $(INSTALL_
BIN
) ./files/dropbear.config $(1)/etc/config/dropbear
+ $(INSTALL_
DATA
) ./files/dropbear.config $(1)/etc/config/dropbear
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/dropbear.init $(1)/etc/init.d/dropbear
endef