* Moved the "var" directory to /boot/common/.

* Moved the "tmp" directory out of /var, and to /boot/common/cache/.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35104 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2010-01-16 17:17:07 +00:00
parent af029e2fb3
commit 29ddbdbb53
7 changed files with 21 additions and 20 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ SCRIPTS=system/boot
SERVERS=system/servers
# clean the shared memory dir
shmDir=/boot/var/shared_memory
shmDir=/var/shared_memory
rm -rf $shmDir
mkdir -p $shmDir
chmod 777 $shmDir