diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-30 22:52:51 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-30 22:52:51 +0100 |
commit | 58d31896056e604185acf3606b99257cea519dd1 (patch) | |
tree | 3a0fb34da5dbe8dc12326fcd7fbf0c3916028f41 /package/base-files/Makefile | |
parent | 220a96f9926788ed531717f78e44fdf1e7ab3b34 (diff) | |
parent | 845317b460ee99ad633534cad4de72404af7e30b (diff) |
resolve merge conflicts
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 7091c8541..1b8bf812a 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:= 38 +PKG_RELEASE:= 41 PKG_SECTION:= base PKG_DESCR:= basic files and scripts @@ -51,6 +51,7 @@ endif mkdir -p $(IDIR_BASE_FILES)/usr/{lib,bin} chmod 755 $(IDIR_BASE_FILES)/lib/mdev/init chmod 600 $(IDIR_BASE_FILES)/etc/shadow + chmod 600 $(IDIR_BASE_FILES)/etc/network/interfaces ln -sf ../proc/mounts $(IDIR_BASE_FILES)/etc/mtab rm -rf $(IDIR_BASE_FILES)/var ln -sf tmp $(IDIR_BASE_FILES)/var |