From f3598d0938bb37686b23a81935921bd9a9cd8e67 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 20 May 2007 12:00:39 +0000 Subject: [PATCH] Create /etc if not existig (#1722) git-svn-id: svn://svn.openwrt.org/openwrt/packages@7278 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/atftp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/atftp/Makefile b/net/atftp/Makefile index 03f72bc32..0ca8a0df0 100644 --- a/net/atftp/Makefile +++ b/net/atftp/Makefile @@ -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 -- 2.11.0