summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpavlov <pavlov@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-01-04 16:51:41 +0000
committerpavlov <pavlov@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-01-04 16:51:41 +0000
commit859c93d75ca670007f5cb2960609fde637bf75dd (patch)
tree9539751ef26415c20e591e7c779a8fdeed00c3ac
parent93dcf8a3ac01487d769a81c4f3e228dc06552a82 (diff)
/etc/config/* should use INSTALL_DATA
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5976 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/dropbear/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dropbear/Makefile b/package/dropbear/Makefile
index 26a7616e9..9dba9f4a7 100644
--- 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