diff options
Diffstat (limited to 'sci-chemistry/xdsi/files/0.92-gentoo.patch')
-rw-r--r-- | sci-chemistry/xdsi/files/0.92-gentoo.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sci-chemistry/xdsi/files/0.92-gentoo.patch b/sci-chemistry/xdsi/files/0.92-gentoo.patch new file mode 100644 index 000000000000..f4a37ff1838d --- /dev/null +++ b/sci-chemistry/xdsi/files/0.92-gentoo.patch @@ -0,0 +1,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 + |