From 869d4c30b0b798a4e39c13ffdd89c9928fd46c02 Mon Sep 17 00:00:00 2001 From: Ruediger Oertel Date: Wed, 15 Oct 2008 12:15:38 +0000 Subject: [PATCH] create dev/shm as directory --- init_buildsystem | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init_buildsystem b/init_buildsystem index e7cf790..461a908 100755 --- a/init_buildsystem +++ b/init_buildsystem @@ -208,6 +208,8 @@ function create_devs { local com file mode arg mkdir -m 755 -p $BUILD_ROOT/dev/pts + test -f $BUILD_ROOT/dev/shm && rm -f $BUILD_ROOT/dev/shm + mkdir -m 755 -p $BUILD_ROOT/dev/shm while read com file mode arg ; do rm -f $BUILD_ROOT/dev/$file if test $com = ln ; then -- 2.7.4