gnupg2: Update from 2.2.5 to 2.2.6
[termux-packages] / packages / fortune / fortune.c.patch
CommitLineData
a31c9bf4
FF
1diff -u -r ../fortune-1.2/fortune.c ./fortune.c
2--- ../fortune-1.2/fortune.c 2008-02-15 08:20:30.000000000 -0500
3+++ ./fortune.c 2016-04-12 04:08:49.426592095 -0400
4@@ -51,7 +51,7 @@
5 #endif
6
7 #define VERSION "1.0"
8-#define FORTUNEDIR "/usr/share/games/fortunes"
9+#define FORTUNEDIR "@TERMUX_PREFIX@/share/games/fortunes"
10
11 struct option const long_options[] =
12 {