mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* extfs/urar.in: Use rar if unrar is missing.
From PLD Linux Distribution.
This commit is contained in:
parent
a78d8d408e
commit
7744a57826
@ -14,6 +14,10 @@ UNRAR=$DRAR/unrar # Prefer unrar (freeware)
|
||||
# ftp.elf.stuba.sk/pub/pc/pack
|
||||
#
|
||||
|
||||
if [ ! -x $UNRAR -a -x $RAR ]; then
|
||||
UNRAR=$RAR
|
||||
fi
|
||||
|
||||
mcrarfs_list ()
|
||||
{
|
||||
$UNRAR v -c- "$1" | @AWK@ -v uid=${UID-0} '
|
||||
|
Loading…
Reference in New Issue
Block a user