From: Heiko Z. <smi...@us...> - 2015-01-29 02:17:35
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19726/scripts Modified Files: build.sh Log Message: - updated python to 2.7.9 - resolved problems with python sem_open Index: build.sh =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/build.sh,v retrieving revision 1.112 retrieving revision 1.113 diff -u -d -r1.112 -r1.113 --- build.sh 6 Dec 2011 09:23:07 -0000 1.112 +++ build.sh 29 Jan 2015 02:17:32 -0000 1.113 @@ -19,6 +19,8 @@ # make sure all the needed mounts are done mount -t proc none /proc mount -t sysfs none /sys +mkdir -p /dev/shm +mount -t tmpfs none /dev/shm # make sure /tmp has the correct rights chmod 1777 /tmp |