File: 01_path.patch

package info (click to toggle)
redet 8.26-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,696 kB
  • sloc: tcl: 38,887; makefile: 58
file content (15 lines) | stat: -rw-r--r-- 557 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Bartosz Fenski <fenio@debian.org>
Description: fix the path and name of docs.
Index: redet-8.26/redet.tcl
===================================================================
--- redet-8.26.orig/redet.tcl
+++ redet-8.26/redet.tcl
@@ -155,7 +155,7 @@ set InitFile     ".redetrc";
 set HistoryFile  ".redethist";
 set JournalFile  ".redetlog";
 set ColorFile    ".redetcolors";
-set NonBinPath [file join /usr local share Redet];
+set NonBinPath [file join /usr share doc redet-doc];
 
 #Flags showing whether windows are editable
 set INDEditableP 0;