summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorPhil Sutter <phil.sutter@viprinet.com>2011-01-07 18:21:31 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-10 10:42:04 +0100
commitf710a956089686dc168fe3cb8d2ebd6cb997c9ba (patch)
treef5d4e16295abd5574e7789c55d82381971b8013f /mk
parentc03c4742e6bd077a7e4d4ce803a27e6e0333306a (diff)
base-files: change access mode of /tmp where it's created
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
Diffstat (limited to 'mk')
-rw-r--r--mk/image.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/mk/image.mk b/mk/image.mk
index 1b7178eef..c7f568c26 100644
--- a/mk/image.mk
+++ b/mk/image.mk
@@ -14,7 +14,6 @@ image-prepare-post:
dd if=$$rng bs=512 count=1 >>${TARGET_DIR}/etc/.rnd 2>/dev/null; \
chmod 600 ${TARGET_DIR}/etc/.rnd
chmod 4511 ${TARGET_DIR}/bin/busybox
- chmod 1777 ${TARGET_DIR}/tmp
@if [ -d ${TARGET_DIR}/usr/share/fonts/X11 ];then \
for i in $$(ls ${TARGET_DIR}/usr/share/fonts/X11/);do \
mkfontdir ${TARGET_DIR}/usr/share/fonts/X11/$${i}; \