summaryrefslogtreecommitdiffstats
path: root/academic/octave/patches/compressed-info.diff
diff options
context:
space:
mode:
Diffstat (limited to 'academic/octave/patches/compressed-info.diff')
-rw-r--r--academic/octave/patches/compressed-info.diff13
1 files changed, 0 insertions, 13 deletions
diff --git a/academic/octave/patches/compressed-info.diff b/academic/octave/patches/compressed-info.diff
deleted file mode 100644
index 48178d773f..0000000000
--- a/academic/octave/patches/compressed-info.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/scripts/help/doc.m b/scripts/help/doc.m
---- a/scripts/help/doc.m
-+++ b/scripts/help/doc.m
-@@ -80,7 +80,8 @@
- if (err < 0)
- info_file_name = info_file ();
-
-- if (! exist (info_file_name, "file"))
-+ if (! exist (info_file_name, "file")
-+ && ! exist ([info_file_name ".gz"], "file"))
- __gripe_missing_component__ ("doc", "info-file");
- endif
- endif