projects
/
tools
/
obs-build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30af55b
)
create dev/shm as directory
author
Ruediger Oertel
<ro@suse.de>
Wed, 15 Oct 2008 12:15:38 +0000
(12:15 +0000)
committer
Ruediger Oertel
<ro@suse.de>
Wed, 15 Oct 2008 12:15:38 +0000
(12:15 +0000)
init_buildsystem
patch
|
blob
|
history
diff --git
a/init_buildsystem
b/init_buildsystem
index
e7cf790
..
461a908
100755
(executable)
--- 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