Create /etc if not existig (#1722)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7278 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
da8e925a4f
commit
f3598d0938
@ -73,6 +73,7 @@ define Package/atftp/install
|
||||
endef
|
||||
|
||||
define Package/atftpd/install
|
||||
$(INSTALL_DIR) $(1)/etc
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/atftpd $(1)/usr/sbin/
|
||||
endef
|
||||
|
Loading…
x
Reference in New Issue
Block a user