Added -U switch to nomarch for file extractions
This commit is contained in:
parent
9283a3f859
commit
bab69f2208
@ -35,7 +35,8 @@ v0.35.05 19-Oct-2002
|
|||||||
When installing the default unarchivers (new installations)
|
When installing the default unarchivers (new installations)
|
||||||
the rar is used to unarchive instead of unrar when available,
|
the rar is used to unarchive instead of unrar when available,
|
||||||
rar is compiled static and prefered.
|
rar is compiled static and prefered.
|
||||||
Added support for the nomarch unarchiver.
|
Added support for the nomarch unarchiver. Files are extracted
|
||||||
|
with the -U switch for nodelists.
|
||||||
Removed from Screen 1.13 the unused switches Res Future and
|
Removed from Screen 1.13 the unused switches Res Future and
|
||||||
Repl ext. Fixed some help texts.
|
Repl ext. Fixed some help texts.
|
||||||
Added in screen 1.14 settings for Plus All, Notify, Passwd and
|
Added in screen 1.14 settings for Plus All, Notify, Passwd and
|
||||||
|
@ -96,7 +96,7 @@ int CountArchive(void)
|
|||||||
* Override arc when nomarch is available
|
* Override arc when nomarch is available
|
||||||
*/
|
*/
|
||||||
if (strlen(_PATH_NOMARCH)) {
|
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.munarc, "%s", _PATH_NOMARCH);
|
||||||
sprintf(archiver.iunarc, "%s", _PATH_NOMARCH);
|
sprintf(archiver.iunarc, "%s", _PATH_NOMARCH);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user