When installing Haiku into a directory, unzipping optional packages

overwrites existing files without prompt, now.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23541 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2008-01-15 20:04:40 +00:00
parent 8264ebf6b7
commit a820102c34
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ unzipFile()
attrrmrf $unzipDir
else
$unzip -q -d ${tPrefix}$targetUnzipDir ${sPrefix}$zipFile
$unzip -q -o -d ${tPrefix}$targetUnzipDir ${sPrefix}$zipFile
fi
}