From: pavlov Date: Thu, 4 Jan 2007 16:51:41 +0000 (+0000) Subject: /etc/config/* should use INSTALL_DATA X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=859c93d75ca670007f5cb2960609fde637bf75dd;hp=93dcf8a3ac01487d769a81c4f3e228dc06552a82;p=openwrt.git /etc/config/* should use INSTALL_DATA git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5976 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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