summarylogtreecommitdiffstats
path: root/nagelfar-paths.patch
blob: 1e1b7ef66af4bf7733fd7738f137a54f3ed73cd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- a/nagelfar.tcl
+++ b/nagelfar.tcl
@@ -28,7 +28,7 @@
 #----------------------------------------------------------------------
 
 set debug 0
-package require Tcl 8.4
+package require Tcl 8.5
 
 package provide app-nagelfar 1.0
 # This variable should be overwritten by the build process
@@ -50,9 +50,9 @@
 unset tmplink
 
 # This makes it possible to customize where files are installed
-set dbDir      $thisDir
-set docDir     $thisDir/doc
-set libDir     $thisDir/lib
+set dbDir      /usr/lib/nagelfar
+set docDir     /usr/share/doc/nagelfar
+set libDir     /usr/lib/nagelfar/lib
  
 # Search where the script is, to be able to place e.g. ctext there.
 if {[info exists ::starkit::topdir]} {