From 6f9571a805e715d38ad6f5c7594a7e829368d617 Mon Sep 17 00:00:00 2001 From: CodeforEvolution Date: Sun, 9 Aug 2020 16:44:11 -0500 Subject: Haiku: General fixup, add icon, add rdef file - Add a native vector icon for Haiku (it hasn't been Haiku-ified yet however) - Add a rdef file (specifies application metadata) - Add clipboard support, notififcation support, and basic nuke support - Fix support for fortunes on Haiku ("-s" option is not available on Haiku) - Cleanup Haiku recipe --- src/nnn.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/nnn.c b/src/nnn.c index 975fe72..c6f75cb 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -4446,7 +4446,11 @@ static void show_help(const char *path) } if (g_state.fortune && getutil("fortune")) +#ifndef __HAIKU__ pipetof("fortune -s", fp); +#else + pipetof("fortune", fp); +#endif start = end = helpstr; while (*end) { -- cgit v1.2.3-70-g09d2