aboutsummaryrefslogtreecommitdiff
path: root/system/vice/patches/vice-fix-help.patch
diff options
context:
space:
mode:
authorEric B. Pratt <eric.b.pratt@gmail.com>2016-03-21 20:51:17 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-03-25 20:04:15 +0700
commite2457cc1db8d79d787e1d4eb76a63c49d6826b2e (patch)
treeaa74b142a9dd7873a9fb2454765592b77ea744ed /system/vice/patches/vice-fix-help.patch
parent1ca98a390a82a824ab4c664dd3db4f08fe773494 (diff)
system/vice: Updated for version 2.4.24.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/vice/patches/vice-fix-help.patch')
-rw-r--r--system/vice/patches/vice-fix-help.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/system/vice/patches/vice-fix-help.patch b/system/vice/patches/vice-fix-help.patch
deleted file mode 100644
index e2bfe04f4fa33..0000000000000
--- a/system/vice/patches/vice-fix-help.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Naur vice-2.4.1.orig/man/vice.1 vice-2.4.1/man/vice.1
---- vice-2.4.1.orig/man/vice.1 2012-11-29 12:44:39.000000000 +0100
-+++ vice-2.4.1/man/vice.1 2013-01-23 19:48:47.065865099 +0100
-@@ -43,7 +43,7 @@
- .PP
- The whole documentation for these programs is available in HTML
- format; the main file should be installed on your system as
--/usr/local/lib/vice/doc/vice_toc.html.
-+/usr/doc/vice-@VERSION@/html/vice_toc.html.
- .P
- For up to date news about VICE, have a look at the official home page
- at
-diff -Naur vice-2.4.1.orig/src/arch/unix/gui/uicommands.c vice-2.4.1/src/arch/unix/gui/uicommands.c
---- vice-2.4.1.orig/src/arch/unix/gui/uicommands.c 2012-12-30 15:12:52.000000000 +0100
-+++ vice-2.4.1/src/arch/unix/gui/uicommands.c 2013-01-23 19:50:01.276832152 +0100
-@@ -162,7 +162,7 @@
- char *manual_path;
- manual_path = util_concat(boot_path, "/../doc/vice_toc.html", NULL);
- #else
-- static const char manual_path[] = DOCDIR "/vice_toc.html";
-+ static const char manual_path[] = DOCDIR "/html/vice_toc.html";
- #endif
-
- char *res_ptr;