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:
@@ -85,7 +85,7 @@ unzipFile()
|
|||||||
|
|
||||||
attrrmrf $unzipDir
|
attrrmrf $unzipDir
|
||||||
else
|
else
|
||||||
$unzip -q -d ${tPrefix}$targetUnzipDir ${sPrefix}$zipFile
|
$unzip -q -o -d ${tPrefix}$targetUnzipDir ${sPrefix}$zipFile
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user