ports/audio/denemo/files/patch-src__help.c
Martin Wilke e1b6fc8a47 - Update to 1.0.0
PR:		177923
Submitted by:	Ports Fury
2013-05-13 02:13:10 +00:00

11 lines
431 B
C

--- src/help.c.orig
+++ src/help.c
@@ -63,7 +63,7 @@
GError *error = NULL;
/* get the uri to the manual */
- gchar *manualpath = g_build_filename (get_data_dir (), "manual",
+ gchar *manualpath = g_build_filename (get_data_dir (), "..", "doc", "denemo", "manual",
"denemo-manual.html", NULL);
gchar *manualuri = url?g_strdup(url):g_filename_to_uri (manualpath, NULL, NULL);