mirror of
https://github.com/termux/termux-packages.git
synced 2025-09-22 10:59:36 +00:00
13 lines
365 B
Diff
13 lines
365 B
Diff
This patch is needed to change path of executable passed to help2man
|
|
+++ ./man/Makefile.am
|
|
@@ -206,7 +206,8 @@
|
|
| sed s,../tftp/tftp,../src/tftp,\
|
|
| sed s,../tftpd/tftpd,../src/tftpd,\
|
|
| sed s,../traceroute/traceroute,../src/traceroute,\
|
|
-| sed s,../uucpd/uucpd,../src/uucpd,`
|
|
+| sed s,../uucpd/uucpd,../src/uucpd,\
|
|
+| sed s,..,@HOSTBUILD@,`
|
|
|
|
.PHONY: man
|
|
man:
|