|
From: Rob H. <for...@us...> - 2004-03-08 07:39:48
|
Update of /cvsroot/sandweb/sandweb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10238 Modified Files: install.cfg Log Message: bringing install paths in sync w/ branch Index: install.cfg =================================================================== RCS file: /cvsroot/sandweb/sandweb/install.cfg,v retrieving revision 1.27 retrieving revision 1.28 diff -U2 -r1.27 -r1.28 --- install.cfg 8 Mar 2004 07:12:46 -0000 1.27 +++ install.cfg 8 Mar 2004 07:15:40 -0000 1.28 @@ -10,5 +10,5 @@ $httpuser = 'www-data'; $expectbin = '/usr/bin/expect'; -$perlbin= '/usr/local/perl5.8/bin/perl'; +$perlbin= '/usr/bin/perl'; $shbin= '/bin/sh'; $bindir = './debian/tmp/usr/bin'; |