summaryrefslogtreecommitdiff
path: root/academic/aris/help_path.diff
diff options
context:
space:
mode:
authorJuan M. Lasca <juanmlasca@gmail.com>2022-08-12 12:54:18 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-08-13 10:40:37 +0700
commitad694a3d5c95f9835d59ed02cd2e042ccee08720 (patch)
treed67ab6e699a740ce252b113a57a7b748c500dede /academic/aris/help_path.diff
parente4bc3d86534d6fbc88323fb539339b8b7dd3c7b9 (diff)
downloadslackbuilds-ad694a3d5c95f9835d59ed02cd2e042ccee08720.tar.gz
academic/aris: New maintainer. Update patch.
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, 0 insertions, 11 deletions
diff --git a/academic/aris/help_path.diff b/academic/aris/help_path.diff
deleted file mode 100644
index 0d2853fcbe..0000000000
--- a/academic/aris/help_path.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;