summarylogtreecommitdiffstats
path: root/nagelfar-paths.patch
diff options
context:
space:
mode:
authorAndreas2018-05-04 20:27:13 +0200
committerAndreas2018-05-04 20:27:13 +0200
commit46c902330af05aa72fb8f819bfcf216256621a75 (patch)
tree3e1a9623081872fea02f27c0c662dd2dc2c01734 /nagelfar-paths.patch
parentd9863fab417bb1a73a4230b4431ca3ffb75a999c (diff)
downloadaur-46c902330af05aa72fb8f819bfcf216256621a75.tar.gz
update to 125
Diffstat (limited to 'nagelfar-paths.patch')
-rw-r--r--nagelfar-paths.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/nagelfar-paths.patch b/nagelfar-paths.patch
new file mode 100644
index 000000000000..1e1b7ef66af4
--- /dev/null
+++ b/nagelfar-paths.patch
@@ -0,0 +1,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]} {