From 773810e6583142d7d15263e6481c42aebed6d7f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 19 Mar 2018 19:53:57 +0100 Subject: some unneedet work --- debian/patches/0705-help_path.patch | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 debian/patches/0705-help_path.patch (limited to 'debian/patches/0705-help_path.patch') diff --git a/debian/patches/0705-help_path.patch b/debian/patches/0705-help_path.patch deleted file mode 100644 index ac5e463..0000000 --- a/debian/patches/0705-help_path.patch +++ /dev/null @@ -1,25 +0,0 @@ -Description: Change help html directory to the installation specific -Author: Jörg Frings-Fürst -Forwarded: not-needed -Last-Update: 2017-01-02 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ -Index: trunk/app/wlib/gtklib/gtkhelp.c -=================================================================== ---- trunk.orig/app/wlib/gtklib/gtkhelp.c -+++ trunk/app/wlib/gtklib/gtkhelp.c -@@ -677,8 +677,12 @@ EXPORT void wHelp( const char * topic ) - directory = malloc( BUFSIZ ); - assert( directory != NULL ); - -- sprintf( directory, "%s/html/", wGetAppLibDir()); -- -+/* sprintf( directory, "%s/html/", wGetAppLibDir());*/ -+/* -+ * Change path for debian installation -+ * -+ */ -+ sprintf( directory, "%s/html/", "/usr/share/doc/xtrkcad-common"); - wHelpWindow = CreateHelpWindow(); - /* load the default content */ - load_into_view ("index.html", MAIN_VIEW); -- cgit v1.2.3