You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/lfm/files/lfm-2.3-no-doc.patch

13 lines
418 B

--- lfm-2.3/setup.py.orig
+++ lfm-2.3/setup.py
@@ -56,8 +56,7 @@
'lfm/actions', 'lfm/compress', 'lfm/utils', 'lfm/vfs',
'lfm/config', 'lfm/pyview'],
scripts = ['lfm/lfm', 'lfm/pyview'],
- data_files = [('share/doc/lfm', DOC_FILES),
- ('share/man/man1', MAN_FILES)]
+ data_files = [('share/man/man1', MAN_FILES)]
# **addargs
)