diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-09-16 09:26:38 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-09-16 09:26:38 +0000 |
commit | 3f78aac211bbcb0f6929e8cd19549844e4dde364 (patch) | |
tree | 6b13977acd084a501b70bdec712b332762dc5aee /app-misc/lfm/files | |
parent | Add name field to first maintainer in metadata (diff) | |
download | gentoo-2-3f78aac211bbcb0f6929e8cd19549844e4dde364.tar.gz gentoo-2-3f78aac211bbcb0f6929e8cd19549844e4dde364.tar.bz2 gentoo-2-3f78aac211bbcb0f6929e8cd19549844e4dde364.zip |
Initial commit, ebuild by me (bug #191494).
(Portage version: 2.2.0_alpha128/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/lfm/files')
-rw-r--r-- | app-misc/lfm/files/lfm-2.3-no-doc.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-misc/lfm/files/lfm-2.3-no-doc.patch b/app-misc/lfm/files/lfm-2.3-no-doc.patch new file mode 100644 index 000000000000..3b69881589e0 --- /dev/null +++ b/app-misc/lfm/files/lfm-2.3-no-doc.patch @@ -0,0 +1,12 @@ +--- 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 + ) + |