From: florian Date: Sun, 20 May 2007 12:00:39 +0000 (+0000) Subject: Create /etc if not existig (#1722) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=f3598d0938bb37686b23a81935921bd9a9cd8e67;p=packages.git Create /etc if not existig (#1722) git-svn-id: svn://svn.openwrt.org/openwrt/packages@7278 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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