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;
|