From 04761ff76d303f127e0eb52f16b6a459738336e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 16 Feb 2010 22:19:37 +0000 Subject: [PATCH] * Updated the "tmp" directory location that the Installer creates on finish, good catch, Matt! * This closes at least a part of ticket #4844. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35502 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- data/system/boot/InstallerFinishScript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/system/boot/InstallerFinishScript b/data/system/boot/InstallerFinishScript index 01202eb3ec..f115aec25d 100644 --- a/data/system/boot/InstallerFinishScript +++ b/data/system/boot/InstallerFinishScript @@ -13,7 +13,7 @@ if [ ! -d "$target" ]; then exit 1 fi -mkdir -p "$target/var/tmp" +mkdir -p "$target/common/cache/tmp" # remove Installer link rm -f "$target/home/Desktop/Installer"