blob: f4a37ff1838d0c469d9c399f74122f7da5ff0856 (
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
25
26
27
|
xdsi | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/xdsi b/xdsi
index cbedee8..1037913 100755
--- a/xdsi
+++ b/xdsi
@@ -20,8 +20,8 @@
####################################################################
# These are the only two things you should change#
-set Templates "/mydir/templates"
-set initial "/mydir/SLS-2009"
+set Templates "GENTOOTEMPLATE"
+set initial "./"
####################################################################
@@ -121,7 +121,7 @@ your system administrator."
}
-CheckExecutables "kpdf gnuplot xds_par xdsstat xds-viewer-0.6 convert pointless ipmosflm VIEW"
+CheckExecutables "kpdf gnuplot xds_par xds-viewer convert pointless ipmosflm"
#wm resizable . 0 0
|