1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-17 13:57:05 +00:00
termux-packages/packages/fish/create_manpage_completions.py.patch
Saurabh Charde 32e3c9e9e5 fish: Update to 3.2.0
* From now fish is now shipping tarballs with xz (LZMA)
  Update $TERMUX_PKG_SRCURL to reflect the change
  (0be93bead7)

Fixes #6533

Signed-off-by: Saurabh Charde <saurabhchardereal@gmail.com>
2021-03-17 22:10:14 +01:00

13 lines
704 B
Diff

diff -u -r ../fish-3.2.0/share/tools/create_manpage_completions.py ./share/tools/create_manpage_completions.py
--- ../fish-3.2.0/share/tools/create_manpage_completions.py.o 2021-03-18 00:14:41.517297567 +0530
+++ ./share/tools/create_manpage_completions.py 2021-03-18 00:44:55.699988162 +0530
@@ -971,7 +971,7 @@
def get_paths_from_man_locations():
# Return all the paths to man(1) and man(8) files in the manpath
- parent_paths = []
+ parent_paths = ["@TERMUX_PREFIX@/share/man"]
# Most (GNU, macOS, Haiku) modern implementations of man support being called with `--path`.
# Traditional implementations require a second `manpath` program: examples include FreeBSD and Solaris.