diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-05-17 15:25:21 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-05-17 15:25:21 +0000 |
commit | 9243778f05ad7080309ecd93583f5e25990e0d6b (patch) | |
tree | 6bd0f5fa95a1d7ca87f8bb26c9aeec36997631ac /sci-chemistry/xdsi/files/0.92-gentoo.patch | |
parent | Cleanup old (diff) | |
download | historical-9243778f05ad7080309ecd93583f5e25990e0d6b.tar.gz historical-9243778f05ad7080309ecd93583f5e25990e0d6b.tar.bz2 historical-9243778f05ad7080309ecd93583f5e25990e0d6b.zip |
Version Bump
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'sci-chemistry/xdsi/files/0.92-gentoo.patch')
-rw-r--r-- | sci-chemistry/xdsi/files/0.92-gentoo.patch | 24 |
1 files changed, 24 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..a7ba308371ec --- /dev/null +++ b/sci-chemistry/xdsi/files/0.92-gentoo.patch @@ -0,0 +1,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 + |