From: Tim Yardley Date: Thu, 4 Jan 2007 16:51:41 +0000 (+0000) Subject: /etc/config/* should use INSTALL_DATA X-Git-Tag: reboot~30140 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=75894edf2f309a31f9f21ea1b35d42b3dec1e1ed /etc/config/* should use INSTALL_DATA SVN-Revision: 5976 --- diff --git a/package/dropbear/Makefile b/package/dropbear/Makefile index 26a7616e99..9dba9f4a7c 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