summaryrefslogtreecommitdiff
path: root/package/base-files
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-12-15 22:45:20 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-12-15 22:45:20 +0100
commit76b0f0b76d8f8ff93efc1678eb1a329dbfe90667 (patch)
tree43cfdf666cd0cde226292880c8d8500fbea96f87 /package/base-files
parent2d386439d73942edf2ab74f9fb3c1d0231819170 (diff)
create ipkg dir to avoid warnings
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/Makefile3
1 files changed, 2 insertions, 1 deletions
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}