a9c0b0d27e
ranger is a file manager with VI key bindings. It provides a minimalistic yet nice curses interface with a view on the directory hierarchy. The secondary task of ranger is to psychically guess which program you want to use for opening particular files.
13 lines
524 B
Plaintext
13 lines
524 B
Plaintext
$OpenBSD: patch-setup_py,v 1.1.1.1 2012/07/09 09:20:58 sthen Exp $
|
|
--- setup.py.orig Mon Nov 7 13:24:07 2011
|
|
+++ setup.py Mon Nov 7 13:24:17 2011
|
|
@@ -28,7 +28,7 @@ if __name__ == '__main__':
|
|
license=ranger.__license__,
|
|
url='http://savannah.nongnu.org/projects/ranger',
|
|
scripts=['ranger/data/ranger'],
|
|
- data_files=[('share/man/man1', ['doc/ranger.1'])],
|
|
+ data_files=[('man/man1', ['doc/ranger.1'])],
|
|
package_data={'ranger': ['data/*', 'defaults/rc.conf']},
|
|
packages=('ranger',
|
|
'ranger.api',
|