alpine.mk: create the missing /etc dir

This commit is contained in:
Natanael Copa 2009-01-23 08:48:45 +00:00
parent 1cff62daed
commit ac04e75b81
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ $(INITFS_DIRSTAMP): $(INITFS_APKS)
done
@rm -f "$(INITFS_DIR)/.PKGINFO"
@mknod $(INITFS_DIR)/dev/null c 1 3
@mkdir -p "$(INITFS_DIR)/etc"
@echo floppy >> "$(INITFS_DIR)/etc/modules"
@touch $(INITFS_DIRSTAMP)