* 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
This commit is contained in:
parent
cd5274c4c0
commit
04761ff76d
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user