Ticket #11783: patch-common__help.c

File patch-common__help.c, 359 bytes (added by boeyms@…, 17 years ago)
Line 
1--- common/help.c       2007-03-18 21:58:15.000000000 +0000
2+++ common/help.c.new   2007-04-16 09:18:16.000000000 +0000
3@@ -68,7 +68,7 @@
4         string_list_append(&manpath, s);
5         str_free(s);
6 
7-        s = str_from_c("/usr/share/man");
8+        s = str_from_c("__PREFIX__/share/man");
9         string_list_append(&manpath, s);
10         str_free(s);
11     }