mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-20 02:30:05 +02:00
20 lines
599 B
Plaintext
20 lines
599 B
Plaintext
From 13c3c844649c028c3ade42e16efb50e4f0e576c1 Mon Sep 17 00:00:00 2001
|
|
From: Panagiotis Vasilopoulos <hello@alwayslivid.com>
|
|
Date: Sat, 28 Dec 2019 15:37:58 +0200
|
|
Subject: Fixed help2man
|
|
|
|
|
|
diff --git a/src/Makefile.am b/src/Makefile.am
|
|
index 5dd747a..127ac6f 100644
|
|
--- a/src/Makefile.am
|
|
+++ b/src/Makefile.am
|
|
@@ -39,4 +39,4 @@ u2f-host.1: $(srcdir)/u2f-host.c $(srcdir)/cmdline.ggo $(top_srcdir)/configure.a
|
|
$(AM_V_GEN)$(HELP2MAN) \
|
|
--output=$@ $(builddir)/u2f-host$(EXEEXT) \
|
|
--name="Yubico Universal 2nd Factor (U2F) Host Tool" \
|
|
- --no-info
|
|
+ --no-info --no-discard-stderr
|
|
--
|
|
2.19.0
|
|
|