summaryrefslogtreecommitdiff
path: root/www/evg/files/patch-aa
blob: 2db7bf056ecb6258bca9924f73099c2b7d319fc0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"