[haiku-commits] r35502 - haiku/trunk/data/system/boot

  • From: axeld@xxxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 16 Feb 2010 23:19:37 +0100 (CET)

Author: axeld
Date: 2010-02-16 23:19:37 +0100 (Tue, 16 Feb 2010)
New Revision: 35502
Changeset: http://dev.haiku-os.org/changeset/35502/haiku
Ticket: http://dev.haiku-os.org/ticket/4844

Modified:
   haiku/trunk/data/system/boot/InstallerFinishScript
Log:
* Updated the "tmp" directory location that the Installer creates on finish,
  good catch, Matt!
* This closes at least a part of ticket #4844.


Modified: haiku/trunk/data/system/boot/InstallerFinishScript
===================================================================
--- haiku/trunk/data/system/boot/InstallerFinishScript  2010-02-16 21:19:34 UTC 
(rev 35501)
+++ haiku/trunk/data/system/boot/InstallerFinishScript  2010-02-16 22:19:37 UTC 
(rev 35502)
@@ -13,7 +13,7 @@
        exit 1
 fi
 
-mkdir -p "$target/var/tmp"
+mkdir -p "$target/common/cache/tmp"
 
 # remove Installer link
 rm -f "$target/home/Desktop/Installer"


Other related posts:

  • » [haiku-commits] r35502 - haiku/trunk/data/system/boot - axeld