blob: a7ba308371ec8987c749437ccfc619753f63980b (
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
|
diff --git a/xdsi b/xdsi
index cbedee8..e11abc5 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 "xpdf gnuplot xds_par xds-viewer convert pointless ipmosflm"
#wm resizable . 0 0
|