From 76b0f0b76d8f8ff93efc1678eb1a329dbfe90667 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 15 Dec 2010 22:45:20 +0100 Subject: create ipkg dir to avoid warnings --- package/base-files/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package/base-files') diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 9659fe685..f0695966e 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/mk/rootfs.mk PKG_NAME:= base-files PKG_VERSION:= 1.0 -PKG_RELEASE:= 37 +PKG_RELEASE:= 38 PKG_SECTION:= base PKG_DESCR:= basic files and scripts @@ -43,6 +43,7 @@ endif ifneq (${ADK_PACKAGE_ZSH},) echo /bin/zsh >>${IDIR_BASE_FILES}/etc/shells endif + mkdir -p $(IDIR_BASE_FILES)/usr/lib/ipkg/lists mkdir -p $(IDIR_BASE_FILES)/etc/crontabs mkdir -p $(IDIR_BASE_FILES)/{dev,boot,root,sys,proc,tmp,mnt} mkdir -p $(IDIR_BASE_FILES)/etc/network/{if-pre-up.d,if-up.d,if-down.d,if-post-down.d} -- cgit v1.2.3