X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/610000bfd938ef14565ef9a8e27fbdd43dc6c1cb..97501ba110b24d9781a4bbc99765f20ce1f36477:/package/dropbear/Makefile diff --git a/package/dropbear/Makefile b/package/dropbear/Makefile index bbea72fee..96eb5911d 100644 --- a/package/dropbear/Makefile +++ b/package/dropbear/Makefile @@ -88,9 +88,9 @@ define Package/dropbear/install $(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 - $(INSTALL_DIR) $(1)/usr/lib/ipkg/info - echo /etc/dropbear/dropbear_rsa_host_key > $(1)/usr/lib/ipkg/info/dropbear.conffiles - echo /etc/dropbear/dropbear_dss_host_key >> $(1)/usr/lib/ipkg/info/dropbear.conffiles + $(INSTALL_DIR) $(1)/usr/lib/opkg/info + echo /etc/dropbear/dropbear_rsa_host_key > $(1)/usr/lib/opkg/info/dropbear.conffiles + echo /etc/dropbear/dropbear_dss_host_key >> $(1)/usr/lib/opkg/info/dropbear.conffiles endef define Package/dropbearconvert/install