Added -U switch to nomarch for file extractions

This commit is contained in:
Michiel Broek
2002-10-31 20:56:35 +00:00
parent 9283a3f859
commit bab69f2208
2 changed files with 3 additions and 2 deletions

View File

@@ -96,7 +96,7 @@ int CountArchive(void)
* Override arc when nomarch is available
*/
if (strlen(_PATH_NOMARCH)) {
sprintf(archiver.funarc, "%s", _PATH_NOMARCH);
sprintf(archiver.funarc, "%s -U", _PATH_NOMARCH);
sprintf(archiver.munarc, "%s", _PATH_NOMARCH);
sprintf(archiver.iunarc, "%s", _PATH_NOMARCH);
}