aboutsummaryrefslogtreecommitdiff
path: root/academic/aris/help_path.diff
diff options
context:
space:
mode:
authorPhilip Lacroix <slackph at posteo dot de>2021-02-12 20:37:49 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-02-14 06:27:53 +0700
commit6f6a9022995fc92ea4a8822022d1aa79a747432a (patch)
tree1d1f023ed2217ab840c841f7026f434340492504 /academic/aris/help_path.diff
parent7f55f641d147485dce7ad23a314762c353d12493 (diff)
academic/aris: Updated for version 2. New maintainer.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/aris/help_path.diff')
-rw-r--r--academic/aris/help_path.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/academic/aris/help_path.diff b/academic/aris/help_path.diff
new file mode 100644
index 000000000000..0d2853fcbe7b
--- /dev/null
+++ b/academic/aris/help_path.diff
@@ -0,0 +1,11 @@
+--- a/aris.c 2021-02-10 17:51:33.532759576 +0400
++++ b/aris.c 2021-02-10 17:52:15.210759108 +0400
+@@ -845,7 +845,7 @@
+ if (the_app->working_dir)
+ {
+ parent = g_file_get_parent (parent);
+- sprintf (the_app->help_file, "file://%s/doc/aris/index.html", g_file_get_path (parent));
++ sprintf (the_app->help_file, "file:///usr/doc/aris-2.2/html/index.html", g_file_get_path (parent));
+ }
+
+ int ret;