diff options
Diffstat (limited to 'www/evg/files')
-rw-r--r-- | www/evg/files/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www/evg/files/patch-aa b/www/evg/files/patch-aa new file mode 100644 index 000000000000..2db7bf056ecb --- /dev/null +++ b/www/evg/files/patch-aa @@ -0,0 +1,19 @@ +--- evg.py.orig Sun Apr 18 18:55:42 1999 ++++ evg.py Sun Apr 18 18:57:00 1999 +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/python ++#!!!PREFIX!!/bin/python + # EVG - ECLiPt Virtual Gallery Creator + # (c) 1999 by Emanuel Pirker <epirker@edu.uni-klu.ac.at> + # Distributed under the GNU GPL. +@@ -10,8 +10,8 @@ + # ---------------------------------------------------------------------- + # Constants + +-CONVERTCMD = '/usr/X11R6/bin/convert' +-VIEWERCMD = '/usr/bin/ee' ++CONVERTCMD = '!!PREFIX!!/bin/convert' ++VIEWERCMD = '!!XPREF!!/bin/xv' + THUMBNAILDIR = 'thumbnails' + THUMBPERCENT = '20%' + SERDBFILE = "serdb" |