nixpkgs/pkgs/tools/filesystems/sshfs-fuse/build-man-pages.patch
Michael Weiss af367259ab
sshfs: 3.2.0 -> 3.3.0
(cherry picked from commit 699231ed78)
2017-09-24 13:05:00 +02:00

11 lines
277 B
Diff

--- a/meson.build 2017-09-23 22:02:57.770555382 +0200
+++ b/meson.build 2017-09-23 23:11:28.258095182 +0200
@@ -25,7 +25,7 @@
endif
-rst2man = find_program('rst2man', required: false)
+rst2man = find_program('rst2man.py', required: true)
cfg = configuration_data()