SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
misc/lfm/patches/patch-lfm_common_py
Normal file
14
misc/lfm/patches/patch-lfm_common_py
Normal file
|
@ -0,0 +1,14 @@
|
|||
Change default handler for rar files
|
||||
|
||||
Index: lfm/common.py
|
||||
--- lfm/common.py.orig
|
||||
+++ lfm/common.py
|
||||
@@ -37,7 +37,7 @@ SYSPROGS = {'tar': 'tar',
|
||||
'gzip': 'gzip',
|
||||
'zip': 'zip',
|
||||
'unzip': 'unzip',
|
||||
- 'rar': 'rar',
|
||||
+ 'rar': 'unrar',
|
||||
'7z': '7z',
|
||||
'xz': 'xz',
|
||||
'lzip': 'lzip',
|
Loading…
Add table
Add a link
Reference in a new issue